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