public static enum UhfI.ST_PauseTimePer extends java.lang.Enum<UhfI.ST_PauseTimePer>
Enum Constant and Description |
---|
PER_0 |
PER_10 |
PER_15 |
PER_20 |
PER_25 |
PER_30 |
PER_35 |
PER_40 |
PER_45 |
PER_5 |
PER_50 |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static UhfI.ST_PauseTimePer |
valueOf(int value) |
static UhfI.ST_PauseTimePer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.ST_PauseTimePer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.ST_PauseTimePer PER_0
public static final UhfI.ST_PauseTimePer PER_5
public static final UhfI.ST_PauseTimePer PER_10
public static final UhfI.ST_PauseTimePer PER_15
public static final UhfI.ST_PauseTimePer PER_20
public static final UhfI.ST_PauseTimePer PER_25
public static final UhfI.ST_PauseTimePer PER_30
public static final UhfI.ST_PauseTimePer PER_35
public static final UhfI.ST_PauseTimePer PER_40
public static final UhfI.ST_PauseTimePer PER_45
public static final UhfI.ST_PauseTimePer PER_50
public static UhfI.ST_PauseTimePer[] values()
for (UhfI.ST_PauseTimePer c : UhfI.ST_PauseTimePer.values()) System.out.println(c);
public static UhfI.ST_PauseTimePer 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_PauseTimePer valueOf(int value)