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