public enum SwiftBlock5Field extends java.lang.Enum<SwiftBlock5Field>
This list is not comprehensive, it just contains the most commonly used fields int he trailer block.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description() |
static SwiftBlock5Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwiftBlock5Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwiftBlock5Field MAC
public static final SwiftBlock5Field CHK
public static final SwiftBlock5Field PDE
public static final SwiftBlock5Field PDM
public static final SwiftBlock5Field DLM
public static final SwiftBlock5Field MRF
public static final SwiftBlock5Field TNG
public static final SwiftBlock5Field SYS
public static SwiftBlock5Field[] values()
for (SwiftBlock5Field c : SwiftBlock5Field.values()) System.out.println(c);
public static SwiftBlock5Field 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 nullpublic java.lang.String description()