public static enum StUhf.InterrogatorModel extends java.lang.Enum<StUhf.InterrogatorModel>
Enum Constant and Description |
---|
InterrogatorModelA |
InterrogatorModelB |
InterrogatorModelC |
InterrogatorModelD1 |
InterrogatorModelD2 |
InterrogatorModelF |
Modifier and Type | Method and Description |
---|---|
static StUhf.InterrogatorModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModel InterrogatorModelA
public static final StUhf.InterrogatorModel InterrogatorModelB
public static final StUhf.InterrogatorModel InterrogatorModelC
public static final StUhf.InterrogatorModel InterrogatorModelD1
public static final StUhf.InterrogatorModel InterrogatorModelD2
public static final StUhf.InterrogatorModel InterrogatorModelF
public static StUhf.InterrogatorModel[] values()
for (StUhf.InterrogatorModel c : StUhf.InterrogatorModel.values()) System.out.println(c);
public static StUhf.InterrogatorModel 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