org.xcmis.client.gwt.model
Enum EnumPropertiesDocument
java.lang.Object
java.lang.Enum<EnumPropertiesDocument>
org.xcmis.client.gwt.model.EnumPropertiesDocument
- All Implemented Interfaces:
- Serializable, Comparable<EnumPropertiesDocument>
public enum EnumPropertiesDocument
- extends Enum<EnumPropertiesDocument>
CMIS_IS_IMMUTABLE
public static final EnumPropertiesDocument CMIS_IS_IMMUTABLE
CMIS_IS_LATEST_VERSION
public static final EnumPropertiesDocument CMIS_IS_LATEST_VERSION
CMIS_IS_MAJOR_VERSION
public static final EnumPropertiesDocument CMIS_IS_MAJOR_VERSION
CMIS_IS_LATEST_MAJOR_VERSION
public static final EnumPropertiesDocument CMIS_IS_LATEST_MAJOR_VERSION
CMIS_VERSION_LABEL
public static final EnumPropertiesDocument CMIS_VERSION_LABEL
CMIS_VERSION_SERIES_ID
public static final EnumPropertiesDocument CMIS_VERSION_SERIES_ID
CMIS_IS_VERSION_SERIES_CHECKED_OUT
public static final EnumPropertiesDocument CMIS_IS_VERSION_SERIES_CHECKED_OUT
CMIS_VERSION_SERIES_CHECKED_OUT_BY
public static final EnumPropertiesDocument CMIS_VERSION_SERIES_CHECKED_OUT_BY
CMIS_VERSION_SERIES_CHECKED_OUT_ID
public static final EnumPropertiesDocument CMIS_VERSION_SERIES_CHECKED_OUT_ID
CMIS_CHECKIN_COMMENT
public static final EnumPropertiesDocument CMIS_CHECKIN_COMMENT
CMIS_CONTENT_STREAM_LENGTH
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_LENGTH
CMIS_CONTENT_STREAM_MIME_TYPE
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_MIME_TYPE
CMIS_CONTENT_STREAM_FILE_NAME
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_FILE_NAME
CMIS_CONTENT_STREAM_ID
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_ID
values
public static EnumPropertiesDocument[] 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 (EnumPropertiesDocument c : EnumPropertiesDocument.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EnumPropertiesDocument 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 EnumPropertiesDocument fromValue(String v)
- Parameters:
v - value
- Returns:
EnumPropertiesDocument enum value
Copyright © 2010 eXo Platform SAS. All Rights Reserved.