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