public enum SwiftBlock1Field extends java.lang.Enum<SwiftBlock1Field>
| Enum Constant and Description |
|---|
ApplicationId |
LogicalTerminal |
SequenceNumber |
ServiceId |
SessionNumber |
| Modifier and Type | Method and Description |
|---|---|
static SwiftBlock1Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwiftBlock1Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwiftBlock1Field ApplicationId
public static final SwiftBlock1Field ServiceId
public static final SwiftBlock1Field LogicalTerminal
public static final SwiftBlock1Field SessionNumber
public static final SwiftBlock1Field SequenceNumber
public static SwiftBlock1Field[] values()
for (SwiftBlock1Field c : SwiftBlock1Field.values()) System.out.println(c);
public static SwiftBlock1Field valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null