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