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