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