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