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