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