public enum FileFormat extends java.lang.Enum<FileFormat>
AbstractSwiftMessage hierarchy.| Enum Constant and Description |
|---|
CORE_XML
Prowide CORE XML format
|
FIN
SWIFT FIN message format
|
MQ_MT
MQ-MT format
|
MX
MX format
|
RJE
Only valid for MT.
|
XML_V2
Applies to both MT and MX
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
extension() |
java.lang.String |
label() |
static FileFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileFormat FIN
public static final FileFormat CORE_XML
public static final FileFormat MQ_MT
public static final FileFormat RJE
public static final FileFormat MX
public static final FileFormat XML_V2
public static FileFormat[] values()
for (FileFormat c : FileFormat.values()) System.out.println(c);
public static FileFormat 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 extension()
public java.lang.String label()