Enum Class ChartType

java.lang.Object
java.lang.Enum<ChartType>
org.patternfly.chart.ChartType
All Implemented Interfaces:
Serializable, Comparable<ChartType>, Constable

public enum ChartType extends Enum<ChartType>
  • Enum Constant Details

    • Bullet

      public static final ChartType Bullet
    • Donut

      public static final ChartType Donut
    • DonutUtilization

      public static final ChartType DonutUtilization
    • DonutThreshold

      public static final ChartType DonutThreshold
  • Field Details

    • id

      public final String id
    • chartName

      public final String chartName
  • 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