java.lang.Object
java.lang.Enum<ChartIndicators>
com.hack23.cia.web.impl.ui.application.views.common.viewnames.ChartIndicators
All Implemented Interfaces:
Serializable, Comparable<ChartIndicators>, Constable

public enum ChartIndicators extends Enum<ChartIndicators>
The Enum ChartIndicators.
  • Enum Constant Details

    • ALL_GOVERNMENT_ROLE_CHART

      public static final ChartIndicators ALL_GOVERNMENT_ROLE_CHART
      The all government role chart.
    • ALLCOMMITTEESBYHEADCOUNT

      public static final ChartIndicators ALLCOMMITTEESBYHEADCOUNT
      The allcommitteesbyheadcount.
    • ALLMINISTRIESBYHEADCOUNT

      public static final ChartIndicators ALLMINISTRIESBYHEADCOUNT
      The allministriesbyheadcount.
    • ALLMINISTRIESPARTYBYTOTALDAYS

      public static final ChartIndicators ALLMINISTRIESPARTYBYTOTALDAYS
      The allministriespartybytotaldays.
    • ALLPARTIES

      public static final ChartIndicators ALLPARTIES
      The allparties.
    • COMMITTEESBYPARTY

      public static final ChartIndicators COMMITTEESBYPARTY
      The committeesbyparty.
    • CURRENTCOMMITTEES

      public static final ChartIndicators CURRENTCOMMITTEES
      The currentcommittees.
    • CURRENTCOMMITTEESBYHEADCOUNT

      public static final ChartIndicators CURRENTCOMMITTEESBYHEADCOUNT
      The currentcommitteesbyheadcount.
    • CURRENTCOMMITTEESBYPARTYDAYSSERVED

      public static final ChartIndicators CURRENTCOMMITTEESBYPARTYDAYSSERVED
      The currentcommitteesbypartyheadcount.
    • CURRENTGOVERMENTPARTIES

      public static final ChartIndicators CURRENTGOVERMENTPARTIES
      The currentgovermentparties.
    • CURRENTMINISTRIESBYHEADCOUNT

      public static final ChartIndicators CURRENTMINISTRIESBYHEADCOUNT
      The currentministriesbyheadcount.
    • CURRENTMINISTRIESLEADERSCORECARD

      public static final ChartIndicators CURRENTMINISTRIESLEADERSCORECARD
      The currentministriesleaderscorecard.
    • CURRENTPARTIES

      public static final ChartIndicators CURRENTPARTIES
      The currentparties.
    • CURRENTPARTYLEADERSCORECARD

      public static final ChartIndicators CURRENTPARTYLEADERSCORECARD
      The currentpartyleaderscorecard.
    • CURRENTPARTIESBYHEADCOUNT

      public static final ChartIndicators CURRENTPARTIESBYHEADCOUNT
      The currentpartiesbyheadcount.
    • DECISION_FLOW_CHART

      public static final ChartIndicators DECISION_FLOW_CHART
      The decision flow chart.
    • DECISIONACTIVITYBYTYPE

      public static final ChartIndicators DECISIONACTIVITYBYTYPE
      The decisionactivitybytype.
    • DOCUMENTACTIVITYBYTYPE

      public static final ChartIndicators DOCUMENTACTIVITYBYTYPE
      The documentactivitybytype.
    • PARTYAGE

      public static final ChartIndicators PARTYAGE
      The partyage.
    • PARTYGENDER

      public static final ChartIndicators PARTYGENDER
      The partygender.
    • PARTYWINNER

      public static final ChartIndicators PARTYWINNER
      The partywinner.
  • Method Details

    • values

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