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