com.azalient.api.ui.edit
Enum IEditAction.EditLevel
java.lang.Object
java.lang.Enum<IEditAction.EditLevel>
com.azalient.api.ui.edit.IEditAction.EditLevel
- All Implemented Interfaces:
- Serializable, Comparable<IEditAction.EditLevel>
- Enclosing interface:
- IEditAction
public static enum IEditAction.EditLevel
- extends Enum<IEditAction.EditLevel>
The level of editing enabled form the menu on the action pane
Simple
public static final IEditAction.EditLevel Simple
Standard
public static final IEditAction.EditLevel Standard
Advanced
public static final IEditAction.EditLevel Advanced
values
public static IEditAction.EditLevel[] 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 (IEditAction.EditLevel c : IEditAction.EditLevel.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IEditAction.EditLevel 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