public static enum UhfI.ST_Target extends java.lang.Enum<UhfI.ST_Target>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static UhfI.ST_Target |
valueOf(int value) |
static UhfI.ST_Target |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.ST_Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.ST_Target A
public static final UhfI.ST_Target B
public static final UhfI.ST_Target AB
public static final UhfI.ST_Target BA
public static UhfI.ST_Target[] values()
for (UhfI.ST_Target c : UhfI.ST_Target.values()) System.out.println(c);
public static UhfI.ST_Target 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 nullpublic int getValue()
public static UhfI.ST_Target valueOf(int value)