public enum EditorHelper extends Enum<EditorHelper>
| Enum Constant and Description |
|---|
IMAGE
Image editor helper.
|
LINK
Link editor helper.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getInstance() |
String |
getKey() |
String[] |
getParameters() |
static EditorHelper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorHelper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorHelper IMAGE
public static final EditorHelper LINK
public static EditorHelper[] values()
for (EditorHelper c : EditorHelper.values()) System.out.println(c);
public static EditorHelper 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 nullpublic String getId()
public String getInstance()
public String getKey()
public String[] getParameters()
Copyright © 2021 OSIVIA. All rights reserved.