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