MaskingLibrary.CompiledZMaskEntry
public 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.CompiledZMaskEntry
maskType
in interface MaskingLibrary.CompiledZMaskEntry
MaskingLibrary.ZapperKey
public java.lang.Object[] parms()
MaskingLibrary.CompiledZMaskEntry
parms
in interface MaskingLibrary.CompiledZMaskEntry
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object