public static enum StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode extends java.lang.Enum<StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.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 |
---|---|
static StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode Match
public static final StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode Dismatch
public static StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode[] values()
for (StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode c : StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.MaskMode.values()) System.out.println(c);
public static StUhf.InterrogatorModelF.UmfPostMatchCriteria.PostMatchCriterion.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 null