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

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

    • COMMITTEEBALLOTDECISIONSUMMARY

      public static final PartyPageMode COMMITTEEBALLOTDECISIONSUMMARY
      The committeeballotdecisionsummary.
    • COMMITTEEROLES

      public static final PartyPageMode COMMITTEEROLES
      The committeeroles.
    • CURRENTLEADERS

      public static final PartyPageMode CURRENTLEADERS
      The currentleaders.
    • CURRENTMEMBERS

      public static final PartyPageMode CURRENTMEMBERS
      The currentmembers.
    • DOCUMENTACTIVITY

      public static final PartyPageMode DOCUMENTACTIVITY
      The documentactivity.
    • DOCUMENTHISTORY

      public static final PartyPageMode DOCUMENTHISTORY
      The documenthistory.
    • GOVERNMENTROLES

      public static final PartyPageMode GOVERNMENTROLES
      The governmentroles.
    • LEADERHISTORY

      public static final PartyPageMode LEADERHISTORY
      The leaderhistory.
    • MEMBERHISTORY

      public static final PartyPageMode MEMBERHISTORY
      The memberhistory.
    • PARTYAGAINSTCOALATIONSSUMMARY

      public static final PartyPageMode PARTYAGAINSTCOALATIONSSUMMARY
      The partyagainstcoalationssummary.
    • PARTYSUPPORTSUMMARY

      public static final PartyPageMode PARTYSUPPORTSUMMARY
      The partysupportsummary.
    • PARTYWONDAILYSUMMARYCHART

      public static final PartyPageMode PARTYWONDAILYSUMMARYCHART
      The partywondailysummarychart.
    • ROLEGHANT

      public static final PartyPageMode ROLEGHANT
      The roleghant.
    • VOTEHISTORY

      public static final PartyPageMode VOTEHISTORY
      The votehistory.
  • Method Details

    • values

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