public enum EnumPropertiesDocument extends Enum<EnumPropertiesDocument>
Java class for enumPropertiesDocument.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumPropertiesDocument">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="cmis:isImmutable"/>
<enumeration value="cmis:isLatestVersion"/>
<enumeration value="cmis:isMajorVersion"/>
<enumeration value="cmis:isLatestMajorVersion"/>
<enumeration value="cmis:isPrivateWorkingCopy"/>
<enumeration value="cmis:versionLabel"/>
<enumeration value="cmis:versionSeriesId"/>
<enumeration value="cmis:isVersionSeriesCheckedOut"/>
<enumeration value="cmis:versionSeriesCheckedOutBy"/>
<enumeration value="cmis:versionSeriesCheckedOutId"/>
<enumeration value="cmis:checkinComment"/>
<enumeration value="cmis:contentStreamLength"/>
<enumeration value="cmis:contentStreamMimeType"/>
<enumeration value="cmis:contentStreamFileName"/>
<enumeration value="cmis:contentStreamId"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static EnumPropertiesDocument |
fromValue(String v) |
String |
value() |
static EnumPropertiesDocument |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumPropertiesDocument[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPropertiesDocument CMIS_IS_IMMUTABLE
public static final EnumPropertiesDocument CMIS_IS_LATEST_VERSION
public static final EnumPropertiesDocument CMIS_IS_MAJOR_VERSION
public static final EnumPropertiesDocument CMIS_IS_LATEST_MAJOR_VERSION
public static final EnumPropertiesDocument CMIS_IS_PRIVATE_WORKING_COPY
public static final EnumPropertiesDocument CMIS_VERSION_LABEL
public static final EnumPropertiesDocument CMIS_VERSION_SERIES_ID
public static final EnumPropertiesDocument CMIS_IS_VERSION_SERIES_CHECKED_OUT
public static final EnumPropertiesDocument CMIS_VERSION_SERIES_CHECKED_OUT_BY
public static final EnumPropertiesDocument CMIS_VERSION_SERIES_CHECKED_OUT_ID
public static final EnumPropertiesDocument CMIS_CHECKIN_COMMENT
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_LENGTH
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_MIME_TYPE
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_FILE_NAME
public static final EnumPropertiesDocument CMIS_CONTENT_STREAM_ID
public static EnumPropertiesDocument[] values()
for (EnumPropertiesDocument c : EnumPropertiesDocument.values()) System.out.println(c);
public static EnumPropertiesDocument 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 value()
public static EnumPropertiesDocument fromValue(String v)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.