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