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

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

    • CURRENTMEMBERS

      public static final MinistryPageMode CURRENTMEMBERS
      The currentmembers.
    • DOCUMENTACTIVITY

      public static final MinistryPageMode DOCUMENTACTIVITY
      The documentactivity.
    • DOCUMENTHISTORY

      public static final MinistryPageMode DOCUMENTHISTORY
      The documenthistory.
    • GOVERNMENT_BODIES_EXPENDITURE

      public static final MinistryPageMode GOVERNMENT_BODIES_EXPENDITURE
      The government bodies expenditure.
    • GOVERNMENT_BODIES_HEADCOUNT

      public static final MinistryPageMode GOVERNMENT_BODIES_HEADCOUNT
      The government bodies.
    • GOVERNMENT_BODIES_INCOME

      public static final MinistryPageMode GOVERNMENT_BODIES_INCOME
      The government bodies income.
    • GOVERNMENT_OUTCOME

      public static final MinistryPageMode GOVERNMENT_OUTCOME
      The government outcome.
    • MEMBERHISTORY

      public static final MinistryPageMode MEMBERHISTORY
      The memberhistory.
    • ROLEGHANT

      public static final MinistryPageMode ROLEGHANT
      The roleghant.
  • Method Details

    • values

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