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