Enum Class ChartType

java.lang.Object
java.lang.Enum<ChartType>
com.almis.awe.model.type.ChartType
All Implemented Interfaces:
Serializable, Comparable<ChartType>, Constable

public enum ChartType extends Enum<ChartType>
ChartType Enumerated List of allowed chart types
Author:
Pablo VIDAL - 24/OCT/2014
  • Enum Constant Details

    • LINE

      public static final ChartType LINE
    • SPLINE

      public static final ChartType SPLINE
    • COLUMN

      public static final ChartType COLUMN
    • COLUMN_3D

      public static final ChartType COLUMN_3D
    • AREA

      public static final ChartType AREA
    • AREASPLINE

      public static final ChartType AREASPLINE
    • AREARANGE

      public static final ChartType AREARANGE
    • AREASPLINERANGE

      public static final ChartType AREASPLINERANGE
    • PIE

      public static final ChartType PIE
    • PIE_3D

      public static final ChartType PIE_3D
    • DONUT

      public static final ChartType DONUT
    • DONUT_3D

      public static final ChartType DONUT_3D
    • SEMICIRCLE

      public static final ChartType SEMICIRCLE
    • MIXED

      public static final ChartType MIXED
    • BUBBLE

      public static final ChartType BUBBLE
    • SCATTER

      public static final ChartType SCATTER
  • Method Details

    • values

      public static ChartType[] 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 ChartType 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