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