public enum PortalTheme extends java.lang.Enum<PortalTheme> implements ICRMLookupEnum
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.lang.String |
getTheme() |
static PortalTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortalTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortalTheme BLUE
public static final PortalTheme RED
public static final PortalTheme GREEN
public static final PortalTheme YELLOW
public static final PortalTheme PURPLE
public static PortalTheme[] values()
for (PortalTheme c : PortalTheme.values()) System.out.println(c);
public static PortalTheme valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getTheme()
public java.lang.String getLabel()
getLabel in interface ICRMLookupEnum