public enum SwiftBlock2Field extends Enum<SwiftBlock2Field>
| Enum Constant and Description |
|---|
MessagePriority |
MessageType |
| Modifier and Type | Method and Description |
|---|---|
static SwiftBlock2Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwiftBlock2Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwiftBlock2Field MessageType
public static final SwiftBlock2Field MessagePriority
public static SwiftBlock2Field[] values()
for (SwiftBlock2Field c : SwiftBlock2Field.values()) System.out.println(c);
public static SwiftBlock2Field 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 null