public enum ETinyMCE4Skin extends Enum<ETinyMCE4Skin>
| Enum Constant and Description |
|---|
LIGHTGRAY |
| Modifier and Type | Field and Description |
|---|---|
static ETinyMCE4Skin |
DEFAULT
The default skin
|
| Modifier and Type | Method and Description |
|---|---|
static ETinyMCE4Skin |
getFromValueOrDefault(String sValue,
ETinyMCE4Skin eDefault) |
static ETinyMCE4Skin |
getFromValueOrNull(String sValue) |
String |
getValue() |
static ETinyMCE4Skin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETinyMCE4Skin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETinyMCE4Skin LIGHTGRAY
public static final ETinyMCE4Skin DEFAULT
public static ETinyMCE4Skin[] values()
for (ETinyMCE4Skin c : ETinyMCE4Skin.values()) System.out.println(c);
public static ETinyMCE4Skin 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 null@Nullable public static ETinyMCE4Skin getFromValueOrNull(@Nullable String sValue)
@Nullable public static ETinyMCE4Skin getFromValueOrDefault(@Nullable String sValue, @Nullable ETinyMCE4Skin eDefault)
Copyright © 2014–2015 Philip Helger. All rights reserved.