public enum PartyPageMode extends Enum<PartyPageMode>
Enum Constant and Description |
---|
COMMITTEEBALLOTDECISIONSUMMARY
The committeeballotdecisionsummary.
|
COMMITTEEROLES
The committeeroles.
|
CURRENTLEADERS
The currentleaders.
|
CURRENTMEMBERS
The currentmembers.
|
DOCUMENTACTIVITY
The documentactivity.
|
DOCUMENTHISTORY
The documenthistory.
|
GOVERNMENTROLES
The governmentroles.
|
LEADERHISTORY
The leaderhistory.
|
MEMBERHISTORY
The memberhistory.
|
PARTYWONDAILYSUMMARYCHART
The partywondailysummarychart.
|
ROLEGHANT
The roleghant.
|
VOTEHISTORY
The votehistory.
|
Modifier and Type | Method and Description |
---|---|
static PartyPageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartyPageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartyPageMode DOCUMENTHISTORY
public static final PartyPageMode CURRENTMEMBERS
public static final PartyPageMode MEMBERHISTORY
public static final PartyPageMode CURRENTLEADERS
public static final PartyPageMode LEADERHISTORY
public static final PartyPageMode COMMITTEEROLES
public static final PartyPageMode GOVERNMENTROLES
public static final PartyPageMode DOCUMENTACTIVITY
public static final PartyPageMode COMMITTEEBALLOTDECISIONSUMMARY
public static final PartyPageMode VOTEHISTORY
public static final PartyPageMode PARTYWONDAILYSUMMARYCHART
public static final PartyPageMode ROLEGHANT
public static PartyPageMode[] values()
for (PartyPageMode c : PartyPageMode.values()) System.out.println(c);
public static PartyPageMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2008–2017 www.hack23.com. All rights reserved.