|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProcessingInformation.ApplyAggregation>
de.bsvrz.pua.prot.util.ProcessingInformation.ApplyAggregation
public static enum ProcessingInformation.ApplyAggregation
Mögliche Anwendungsarten für die Aggregationen.
Enum Constant Summary | |
---|---|
GESAMT_OBJEKT
Gesamt (Objekt) Aggregation |
|
GESAMT_SPALTE
Gesamt (Spalte) Aggregation |
|
INTERVALL_OBJEKT
Intervall (Objekt) Aggregation |
|
INTERVALL_SPALTE
Intervall (Spalte) Aggregation |
|
LISTE
Liste Aggregation |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static final 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 name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |