public static enum AlkisProductServerAction.Body extends Enum<AlkisProductServerAction.Body>
| Enum Constant and Description |
|---|
EINZELNACHWEIS |
EINZELNACHWEIS_STICHTAG |
KARTE |
KARTE_CUSTOM |
LISTENNACHWEIS |
| Modifier and Type | Method and Description |
|---|---|
static AlkisProductServerAction.Body |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlkisProductServerAction.Body[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlkisProductServerAction.Body KARTE
public static final AlkisProductServerAction.Body KARTE_CUSTOM
public static final AlkisProductServerAction.Body EINZELNACHWEIS
public static final AlkisProductServerAction.Body EINZELNACHWEIS_STICHTAG
public static final AlkisProductServerAction.Body LISTENNACHWEIS
public static AlkisProductServerAction.Body[] values()
for (AlkisProductServerAction.Body c : AlkisProductServerAction.Body.values()) System.out.println(c);
public static AlkisProductServerAction.Body 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 © 2012–2025 cismet GmbH. All rights reserved.