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