public enum TimerValueSeconds16UnionEnum1 extends Enum<TimerValueSeconds16UnionEnum1>
| Enum Constant and Description |
|---|
INFINITY
Represents infinity.
|
NOT_SET
Represents not-set.
|
| Modifier and Type | Method and Description |
|---|---|
static TimerValueSeconds16UnionEnum1 |
of(int value)
Returns the object of timerValueSeconds16UnionEnum1 for.
|
static TimerValueSeconds16UnionEnum1 |
of(String value)
Returns the object of timerValueSeconds16UnionEnum1 for.
|
int |
timerValueSeconds16UnionEnum1()
Returns the attribute timerValueSeconds16UnionEnum1.
|
String |
toString() |
static TimerValueSeconds16UnionEnum1 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerValueSeconds16UnionEnum1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerValueSeconds16UnionEnum1 INFINITY
public static final TimerValueSeconds16UnionEnum1 NOT_SET
public static TimerValueSeconds16UnionEnum1[] values()
for (TimerValueSeconds16UnionEnum1 c : TimerValueSeconds16UnionEnum1.values()) System.out.println(c);
public static TimerValueSeconds16UnionEnum1 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TimerValueSeconds16UnionEnum1 of(int value)
value - value of timerValueSeconds16UnionEnum1 forpublic static TimerValueSeconds16UnionEnum1 of(String value)
value - value of timerValueSeconds16UnionEnum1 forpublic int timerValueSeconds16UnionEnum1()
public String toString()
toString in class Enum<TimerValueSeconds16UnionEnum1>Copyright © 2018. All rights reserved.