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