public static enum TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum extends Enum<TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum>
| Enum Constant and Description |
|---|
EXPIRED |
| Modifier and Type | Method and Description |
|---|---|
static TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum |
fromValue(String text) |
String |
toString() |
static TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum EXPIRED
public static TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum[] values()
for (TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum c : TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum.values()) System.out.println(c);
public static TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum 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 TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum fromValue(String text)
public String toString()
toString in class Enum<TppMessageGENERICRESOURCEEXPIRED403400.CodeEnum>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.