MaskingLibrary.CompiledZMaskEntrypublic static class MUDZapper.CompiledZapperMaskEntryImpl extends java.lang.Object implements MaskingLibrary.CompiledZMaskEntry
| Constructor | Description | 
|---|---|
CompiledZapperMaskEntryImpl(MaskingLibrary.ZapperKey type,
                           java.lang.Object[] parms) | 
| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
equals(java.lang.Object o) | 
|
int | 
hashCode() | 
|
MaskingLibrary.ZapperKey | 
maskType() | 
 Returns the type of value to check for. 
 | 
java.lang.Object[] | 
parms() | 
 The set of acceptable values, or parameters
 to the particular mask. 
 | 
public CompiledZapperMaskEntryImpl(MaskingLibrary.ZapperKey type, java.lang.Object[] parms)
public MaskingLibrary.ZapperKey maskType()
MaskingLibrary.CompiledZMaskEntrymaskType in interface MaskingLibrary.CompiledZMaskEntryMaskingLibrary.ZapperKeypublic java.lang.Object[] parms()
MaskingLibrary.CompiledZMaskEntryparms in interface MaskingLibrary.CompiledZMaskEntrypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object