Enum Class AggregationSchema

java.lang.Object
java.lang.Enum<AggregationSchema>
net.sf.jailer.datamodel.AggregationSchema
All Implemented Interfaces:
Serializable, Comparable<AggregationSchema>, Constable

public enum AggregationSchema extends Enum<AggregationSchema>
All XML-aggregation schemas.
Author:
Ralf Wisser
  • Enum Constant Details

    • EXPLICIT_LIST

      public static final AggregationSchema EXPLICIT_LIST
      Aggregation as explicit list.
    • IMPLICIT_LIST

      public static final AggregationSchema IMPLICIT_LIST
      Aggregation as implicit list.
    • FLAT

      public static final AggregationSchema FLAT
      Embed attributes directly.
    • NONE

      public static final AggregationSchema NONE
      No aggregation.
  • Method Details

    • values

      public static AggregationSchema[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AggregationSchema valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Gets human readable name.
      Overrides:
      toString in class Enum<AggregationSchema>
      Returns:
      human readable name