public static enum StUhf.InterrogatorModelC.UmcMask.MaskMode extends java.lang.Enum<StUhf.InterrogatorModelC.UmcMask.MaskMode>
Enum Constant and Description |
---|
Dismatch
dismatch,only tag dismatch the mask will response the operation
|
Match
match,only tag match the mask will response the operation
|
Modifier and Type | Method and Description |
---|---|
protected byte |
getByte() |
static StUhf.InterrogatorModelC.UmcMask.MaskMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelC.UmcMask.MaskMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelC.UmcMask.MaskMode Match
public static final StUhf.InterrogatorModelC.UmcMask.MaskMode Dismatch
public static StUhf.InterrogatorModelC.UmcMask.MaskMode[] values()
for (StUhf.InterrogatorModelC.UmcMask.MaskMode c : StUhf.InterrogatorModelC.UmcMask.MaskMode.values()) System.out.println(c);
public static StUhf.InterrogatorModelC.UmcMask.MaskMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullprotected byte getByte()