public enum TimerValueSeconds32UnionEnum1 extends Enum<TimerValueSeconds32UnionEnum1>
| Enum Constant and Description |
|---|
INFINITY
Represents infinity.
|
NOT_SET
Represents not-set.
|
| Modifier and Type | Method and Description |
|---|---|
static TimerValueSeconds32UnionEnum1 |
of(int value)
Returns the object of timerValueSeconds32UnionEnum1 for.
|
static TimerValueSeconds32UnionEnum1 |
of(String value)
Returns the object of timerValueSeconds32UnionEnum1 for.
|
int |
timerValueSeconds32UnionEnum1()
Returns the attribute timerValueSeconds32UnionEnum1.
|
String |
toString() |
static TimerValueSeconds32UnionEnum1 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerValueSeconds32UnionEnum1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerValueSeconds32UnionEnum1 INFINITY
public static final TimerValueSeconds32UnionEnum1 NOT_SET
public static TimerValueSeconds32UnionEnum1[] values()
for (TimerValueSeconds32UnionEnum1 c : TimerValueSeconds32UnionEnum1.values()) System.out.println(c);
public static TimerValueSeconds32UnionEnum1 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 TimerValueSeconds32UnionEnum1 of(int value)
value - value of timerValueSeconds32UnionEnum1 forpublic static TimerValueSeconds32UnionEnum1 of(String value)
value - value of timerValueSeconds32UnionEnum1 forpublic int timerValueSeconds32UnionEnum1()
public String toString()
toString in class Enum<TimerValueSeconds32UnionEnum1>Copyright © 2018. All rights reserved.