public static enum TifferAction.ParameterType extends Enum<TifferAction.ParameterType>
| Enum Constant and Description |
|---|
BILDNUMMER |
BILDTYP_ID |
BLICKRICHTUNG |
FORMAT |
JAHR |
SCALE |
SUBDIR |
| Modifier and Type | Method and Description |
|---|---|
static TifferAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TifferAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TifferAction.ParameterType BILDNUMMER
public static final TifferAction.ParameterType BILDTYP_ID
public static final TifferAction.ParameterType BLICKRICHTUNG
public static final TifferAction.ParameterType JAHR
public static final TifferAction.ParameterType FORMAT
public static final TifferAction.ParameterType SCALE
public static final TifferAction.ParameterType SUBDIR
public static TifferAction.ParameterType[] values()
for (TifferAction.ParameterType c : TifferAction.ParameterType.values()) System.out.println(c);
public static TifferAction.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.