public enum CommitteePageMode extends Enum<CommitteePageMode>
Enum Constant and Description |
---|
BALLOTDECISIONSUMMARY
The ballotdecisionsummary.
|
CURRENT_MEMBERS
The current members.
|
DECISIONSUMMARY
The decisionsummary.
|
DECISIONTYPEDAILYSUMMARY
The decisiontypedailysummary.
|
DOCUMENT_HISTORY
The document history.
|
DOCUMENTACTIVITY
The documentactivity.
|
MEMBERHISTORY
The memberhistory.
|
ROLEGHANT
The roleghant.
|
Modifier and Type | Method and Description |
---|---|
static CommitteePageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitteePageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommitteePageMode DOCUMENT_HISTORY
public static final CommitteePageMode CURRENT_MEMBERS
public static final CommitteePageMode MEMBERHISTORY
public static final CommitteePageMode DOCUMENTACTIVITY
public static final CommitteePageMode BALLOTDECISIONSUMMARY
public static final CommitteePageMode DECISIONSUMMARY
public static final CommitteePageMode DECISIONTYPEDAILYSUMMARY
public static final CommitteePageMode ROLEGHANT
public static CommitteePageMode[] values()
for (CommitteePageMode c : CommitteePageMode.values()) System.out.println(c);
public static CommitteePageMode 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.