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