org.xcmis.client.gwt.model
Enum EnumPropertiesBase
java.lang.Object
java.lang.Enum<EnumPropertiesBase>
org.xcmis.client.gwt.model.EnumPropertiesBase
- All Implemented Interfaces:
- Serializable, Comparable<EnumPropertiesBase>
public enum EnumPropertiesBase
- extends Enum<EnumPropertiesBase>
CMIS_NAME
public static final EnumPropertiesBase CMIS_NAME
CMIS_OBJECT_ID
public static final EnumPropertiesBase CMIS_OBJECT_ID
CMIS_OBJECT_TYPE_ID
public static final EnumPropertiesBase CMIS_OBJECT_TYPE_ID
CMIS_BASE_TYPE_ID
public static final EnumPropertiesBase CMIS_BASE_TYPE_ID
CMIS_CREATED_BY
public static final EnumPropertiesBase CMIS_CREATED_BY
CMIS_CREATION_DATE
public static final EnumPropertiesBase CMIS_CREATION_DATE
CMIS_LAST_MODIFIED_BY
public static final EnumPropertiesBase CMIS_LAST_MODIFIED_BY
CMIS_LAST_MODIFICATION_DATE
public static final EnumPropertiesBase CMIS_LAST_MODIFICATION_DATE
CMIS_CHANGE_TOKEN
public static final EnumPropertiesBase CMIS_CHANGE_TOKEN
values
public static EnumPropertiesBase[] 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 (EnumPropertiesBase c : EnumPropertiesBase.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EnumPropertiesBase 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
value
public String value()
- Returns:
String value
fromValue
public static EnumPropertiesBase fromValue(String v)
- Parameters:
v - value
- Returns:
EnumPropertiesBase enum value
Copyright © 2010 eXo Platform SAS. All Rights Reserved.