public enum PoliticianPageMode extends Enum<PoliticianPageMode>
Enum Constant and Description |
---|
BALLOTDECISIONSUMMARY
The ballotdecisionsummary.
|
DOCUMENTACTIVITY
The documentactivity.
|
DOCUMENTHISTORY
The documenthistory.
|
ROLEGHANT
The roleghant.
|
ROLELIST
The rolelist.
|
ROLESUMMARY
The rolesummary.
|
VOTEHISTORY
The votehistory.
|
Modifier and Type | Method and Description |
---|---|
static PoliticianPageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoliticianPageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoliticianPageMode ROLESUMMARY
public static final PoliticianPageMode ROLELIST
public static final PoliticianPageMode ROLEGHANT
public static final PoliticianPageMode DOCUMENTACTIVITY
public static final PoliticianPageMode DOCUMENTHISTORY
public static final PoliticianPageMode BALLOTDECISIONSUMMARY
public static final PoliticianPageMode VOTEHISTORY
public static PoliticianPageMode[] values()
for (PoliticianPageMode c : PoliticianPageMode.values()) System.out.println(c);
public static PoliticianPageMode 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.