org.kinsources.kiwa.website.editorial
Enum AboutView.MenuItem
java.lang.Object
java.lang.Enum<AboutView.MenuItem>
org.kinsources.kiwa.website.editorial.AboutView.MenuItem
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AboutView.MenuItem>
- Enclosing class:
- AboutView
public static enum AboutView.MenuItem
- extends java.lang.Enum<AboutView.MenuItem>
Method Summary |
static AboutView.MenuItem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AboutView.MenuItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TAKE_A_TOUR
public static final AboutView.MenuItem TAKE_A_TOUR
ABOUT_KINSOURCES
public static final AboutView.MenuItem ABOUT_KINSOURCES
ANR_KINSOURCES
public static final AboutView.MenuItem ANR_KINSOURCES
PARTNERS
public static final AboutView.MenuItem PARTNERS
CONTACT_US
public static final AboutView.MenuItem CONTACT_US
LEGAL
public static final AboutView.MenuItem LEGAL
PRIVACY
public static final AboutView.MenuItem PRIVACY
TERMS_OF_USE
public static final AboutView.MenuItem TERMS_OF_USE
THE_KINSOURCES_LOGO
public static final AboutView.MenuItem THE_KINSOURCES_LOGO
RESOURCES
public static final AboutView.MenuItem RESOURCES
SCIENTIFIC_BOARD
public static final AboutView.MenuItem SCIENTIFIC_BOARD
RSS
public static final AboutView.MenuItem RSS
LITERATURE
public static final AboutView.MenuItem LITERATURE
SITEMAP
public static final AboutView.MenuItem SITEMAP
COMMUNITY
public static final AboutView.MenuItem COMMUNITY
values
public static AboutView.MenuItem[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AboutView.MenuItem c : AboutView.MenuItem.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AboutView.MenuItem valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null