public static enum As2Disposition.DispositionType extends Enum<As2Disposition.DispositionType>
| Modifier and Type | Method and Description |
|---|---|
String |
getTextValue() |
static As2Disposition.DispositionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static As2Disposition.DispositionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final As2Disposition.DispositionType PROCESSED
public static final As2Disposition.DispositionType FAILED
public static As2Disposition.DispositionType[] values()
for (As2Disposition.DispositionType c : As2Disposition.DispositionType.values()) System.out.println(c);
public static As2Disposition.DispositionType 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 getTextValue()
Copyright © 2021 NorStella. All rights reserved.