public enum EditableListModificationType extends Enum<EditableListModificationType>
Enum Constant and Description |
---|
ADD |
INSERT |
MOVEDOWN |
MOVEUP |
REMOVE |
Modifier and Type | Method and Description |
---|---|
String |
getStringType()
String type to use in html pages.
|
static EditableListModificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditableListModificationType |
valueOfString(String name) |
static EditableListModificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditableListModificationType ADD
public static final EditableListModificationType INSERT
public static final EditableListModificationType REMOVE
public static final EditableListModificationType MOVEUP
public static final EditableListModificationType MOVEDOWN
public static EditableListModificationType[] values()
for (EditableListModificationType c : EditableListModificationType.values()) System.out.println(c);
public static EditableListModificationType 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 getStringType()
public static EditableListModificationType valueOfString(String name)
Copyright © 2015 Nuxeo SA. All rights reserved.