Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.component.list
Enum EditableListModificationType

java.lang.Object
  extended by java.lang.Enum<EditableListModificationType>
      extended by org.nuxeo.ecm.platform.ui.web.component.list.EditableListModificationType
All Implemented Interfaces:
Serializable, Comparable<EditableListModificationType>

public enum EditableListModificationType
extends Enum<EditableListModificationType>

Author:
Anahide Tchertchian

Enum Constant Summary
ADD
           
INSERT
           
MOVEDOWN
           
MOVEUP
           
REMOVE
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ADD

public static final EditableListModificationType ADD

INSERT

public static final EditableListModificationType INSERT

REMOVE

public static final EditableListModificationType REMOVE

MOVEUP

public static final EditableListModificationType MOVEUP

MOVEDOWN

public static final EditableListModificationType MOVEDOWN
Method Detail

values

public static EditableListModificationType[] 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 (EditableListModificationType c : EditableListModificationType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EditableListModificationType 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

getStringType

public String getStringType()
String type to use in html pages.


valueOfString

public static EditableListModificationType valueOfString(String name)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.