public static enum Adios2XmlPipe.Direction extends Enum<Adios2XmlPipe.Direction>
Enum Constant and Description |
---|
Adios2Xml
Transform an ASCII-Adios file to Adios-XML
|
Xml2Adios
Transform an Adios-XML file to ASCII-Adios
|
Modifier and Type | Method and Description |
---|---|
static Adios2XmlPipe.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Adios2XmlPipe.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Adios2XmlPipe.Direction Xml2Adios
public static final Adios2XmlPipe.Direction Adios2Xml
public static Adios2XmlPipe.Direction[] values()
for (Adios2XmlPipe.Direction c : Adios2XmlPipe.Direction.values()) System.out.println(c);
public static Adios2XmlPipe.Direction 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 nullCopyright © 2023 Frank!Framework. All rights reserved.