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