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