org.gcube.portlets.user.joinnew.shared
Enum SelectedTheme
java.lang.Object
java.lang.Enum<SelectedTheme>
org.gcube.portlets.user.joinnew.shared.SelectedTheme
- All Implemented Interfaces:
- Serializable, Comparable<SelectedTheme>
public enum SelectedTheme
- extends Enum<SelectedTheme>
Method Summary |
static SelectedTheme |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SelectedTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
GENERIC
public static final SelectedTheme GENERIC
iMARINE
public static final SelectedTheme iMARINE
LIFERAY
public static final SelectedTheme LIFERAY
values
public static SelectedTheme[] 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 (SelectedTheme c : SelectedTheme.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SelectedTheme valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2013. All Rights Reserved.