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