de.bsvrz.pua.prot.util
Enum ProcessingInformation.ApplyAggregation

java.lang.Object
  extended by java.lang.Enum<ProcessingInformation.ApplyAggregation>
      extended by de.bsvrz.pua.prot.util.ProcessingInformation.ApplyAggregation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ProcessingInformation.ApplyAggregation>
Enclosing class:
ProcessingInformation

public static enum ProcessingInformation.ApplyAggregation
extends java.lang.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

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 final ProcessingInformation.ApplyAggregation[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ProcessingInformation.ApplyAggregation c : ProcessingInformation.ApplyAggregation.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're 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 name


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.