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