public static enum ProcessingInformation.ApplyAggregation extends java.lang.Enum<ProcessingInformation.ApplyAggregation>
Enum Constant and Description |
---|
GESAMT_OBJEKT
Gesamt (Objekt) Aggregation
|
GESAMT_SPALTE
Gesamt (Spalte) Aggregation
|
INTERVALL_OBJEKT
Intervall (Objekt) Aggregation
|
INTERVALL_SPALTE
Intervall (Spalte) Aggregation
|
LISTE
Liste Aggregation
|
Modifier and Type | Method and Description |
---|---|
static ProcessingInformation.ApplyAggregation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingInformation.ApplyAggregation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessingInformation.ApplyAggregation GESAMT_OBJEKT
public static final ProcessingInformation.ApplyAggregation GESAMT_SPALTE
public static final ProcessingInformation.ApplyAggregation INTERVALL_OBJEKT
public static final ProcessingInformation.ApplyAggregation INTERVALL_SPALTE
public static final ProcessingInformation.ApplyAggregation LISTE
public static ProcessingInformation.ApplyAggregation[] values()
for (ProcessingInformation.ApplyAggregation c : ProcessingInformation.ApplyAggregation.values()) System.out.println(c);
public static ProcessingInformation.ApplyAggregation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null