public static enum BerechtigungspruefungAnfrageServerAction.ParameterType extends Enum<BerechtigungspruefungAnfrageServerAction.ParameterType>
| Enum Constant and Description |
|---|
ABGEHOLT |
BEGRUENDUNG |
BERECHTIGUNGSGRUND |
BILLING_BERECHNUNG |
BILLING_MODUS |
BILLING_PRICE |
BILLING_PRODUCT |
BILLING_USAGE |
DATEINAME |
DOWNLOADINFO_JSON |
| Modifier and Type | Method and Description |
|---|---|
static BerechtigungspruefungAnfrageServerAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BerechtigungspruefungAnfrageServerAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BerechtigungspruefungAnfrageServerAction.ParameterType ABGEHOLT
public static final BerechtigungspruefungAnfrageServerAction.ParameterType DATEINAME
public static final BerechtigungspruefungAnfrageServerAction.ParameterType BEGRUENDUNG
public static final BerechtigungspruefungAnfrageServerAction.ParameterType BERECHTIGUNGSGRUND
public static final BerechtigungspruefungAnfrageServerAction.ParameterType DOWNLOADINFO_JSON
public static final BerechtigungspruefungAnfrageServerAction.ParameterType BILLING_BERECHNUNG
public static final BerechtigungspruefungAnfrageServerAction.ParameterType BILLING_USAGE
public static final BerechtigungspruefungAnfrageServerAction.ParameterType BILLING_PRODUCT
public static final BerechtigungspruefungAnfrageServerAction.ParameterType BILLING_MODUS
public static final BerechtigungspruefungAnfrageServerAction.ParameterType BILLING_PRICE
public static BerechtigungspruefungAnfrageServerAction.ParameterType[] values()
for (BerechtigungspruefungAnfrageServerAction.ParameterType c : BerechtigungspruefungAnfrageServerAction.ParameterType.values()) System.out.println(c);
public static BerechtigungspruefungAnfrageServerAction.ParameterType 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.