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