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