public enum AS2DispositionType extends Enum<AS2DispositionType>
Modifier and Type | Method and Description |
---|---|
String |
getType() |
static AS2DispositionType |
parseDispositionType(String dispositionTypeString) |
String |
toString() |
static AS2DispositionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS2DispositionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS2DispositionType PROCESSED
public static final AS2DispositionType FAILED
public static AS2DispositionType[] values()
for (AS2DispositionType c : AS2DispositionType.values()) System.out.println(c);
public static AS2DispositionType 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 nullpublic String getType()
public String toString()
toString
in class Enum<AS2DispositionType>
public static AS2DispositionType parseDispositionType(String dispositionTypeString)
Apache Camel