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