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