|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EnumPropertiesBase>
org.xcmis.core.EnumPropertiesBase
public enum EnumPropertiesBase
Java class for enumPropertiesBase.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumPropertiesBase">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="cmis:name"/>
<enumeration value="cmis:objectId"/>
<enumeration value="cmis:objectTypeId"/>
<enumeration value="cmis:baseTypeId"/>
<enumeration value="cmis:createdBy"/>
<enumeration value="cmis:creationDate"/>
<enumeration value="cmis:lastModifiedBy"/>
<enumeration value="cmis:lastModificationDate"/>
<enumeration value="cmis:changeToken"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CMIS_BASE_TYPE_ID
|
|
CMIS_CHANGE_TOKEN
|
|
CMIS_CREATED_BY
|
|
CMIS_CREATION_DATE
|
|
CMIS_LAST_MODIFICATION_DATE
|
|
CMIS_LAST_MODIFIED_BY
|
|
CMIS_NAME
|
|
CMIS_OBJECT_ID
|
|
CMIS_OBJECT_TYPE_ID
|
|
| Method Summary | |
|---|---|
static EnumPropertiesBase |
fromValue(String v)
|
String |
value()
|
static EnumPropertiesBase |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumPropertiesBase[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EnumPropertiesBase CMIS_NAME
public static final EnumPropertiesBase CMIS_OBJECT_ID
public static final EnumPropertiesBase CMIS_OBJECT_TYPE_ID
public static final EnumPropertiesBase CMIS_BASE_TYPE_ID
public static final EnumPropertiesBase CMIS_CREATED_BY
public static final EnumPropertiesBase CMIS_CREATION_DATE
public static final EnumPropertiesBase CMIS_LAST_MODIFIED_BY
public static final EnumPropertiesBase CMIS_LAST_MODIFICATION_DATE
public static final EnumPropertiesBase CMIS_CHANGE_TOKEN
| Method Detail |
|---|
public static EnumPropertiesBase[] values()
for (EnumPropertiesBase c : EnumPropertiesBase.values()) System.out.println(c);
public static EnumPropertiesBase valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static EnumPropertiesBase fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||