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