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