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