Package de.bsvrz.pua.prot.util
Enum ProcessingInformation.ApplyAggregation
- java.lang.Object
-
- java.lang.Enum<ProcessingInformation.ApplyAggregation>
-
- de.bsvrz.pua.prot.util.ProcessingInformation.ApplyAggregation
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ProcessingInformation.ApplyAggregation>
,java.lang.constant.Constable
- Enclosing class:
- ProcessingInformation
public static enum ProcessingInformation.ApplyAggregation extends java.lang.Enum<ProcessingInformation.ApplyAggregation>
Mögliche Anwendungsarten für die Aggregationen.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GESAMT_OBJEKT
Gesamt (Objekt) AggregationGESAMT_SPALTE
Gesamt (Spalte) AggregationINTERVALL_OBJEKT
Intervall (Objekt) AggregationINTERVALL_SPALTE
Intervall (Spalte) AggregationLISTE
Liste Aggregation
-
Method Summary
Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
GESAMT_OBJEKT
public static final ProcessingInformation.ApplyAggregation GESAMT_OBJEKT
Gesamt (Objekt) Aggregation
-
GESAMT_SPALTE
public static final ProcessingInformation.ApplyAggregation GESAMT_SPALTE
Gesamt (Spalte) Aggregation
-
INTERVALL_OBJEKT
public static final ProcessingInformation.ApplyAggregation INTERVALL_OBJEKT
Intervall (Objekt) Aggregation
-
INTERVALL_SPALTE
public static final ProcessingInformation.ApplyAggregation INTERVALL_SPALTE
Intervall (Spalte) Aggregation
-
LISTE
public static final ProcessingInformation.ApplyAggregation LISTE
Liste Aggregation
-
-
Method Detail
-
values
public static ProcessingInformation.ApplyAggregation[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ProcessingInformation.ApplyAggregation valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-