public static enum UhfH.Session extends java.lang.Enum<UhfH.Session>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static UhfH.Session |
ValueOf(int value) |
static UhfH.Session |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.Session[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.Session S0
public static final UhfH.Session S1
public static final UhfH.Session S2
public static final UhfH.Session S3
public static final UhfH.Session MatchFlag
public static UhfH.Session[] values()
for (UhfH.Session c : UhfH.Session.values()) System.out.println(c);
public static UhfH.Session 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 UhfH.Session ValueOf(int value)