|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EnumArguments>
org.xcmis.atom.EnumArguments
public enum EnumArguments
Java class for enumArguments.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumArguments">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="childTypes"/>
<enumeration value="continueOnFailure"/>
<enumeration value="checkin"/>
<enumeration value="checkinComment"/>
<enumeration value="depth"/>
<enumeration value="direction"/>
<enumeration value="filter"/>
<enumeration value="folderId"/>
<enumeration value="includeACL"/>
<enumeration value="includeAllowableActions"/>
<enumeration value="includeProperties"/>
<enumeration value="includePathSegment"/>
<enumeration value="includeRelativePathSegment"/>
<enumeration value="includePropertyDefinitions"/>
<enumeration value="includePolicyIds"/>
<enumeration value="includeRelationships"/>
<enumeration value="includeSubRelationshipTypes"/>
<enumeration value="length"/>
<enumeration value="major"/>
<enumeration value="maxItems"/>
<enumeration value="overwriteFlag"/>
<enumeration value="relationshipDirection"/>
<enumeration value="relationshipType"/>
<enumeration value="renditionFilter"/>
<enumeration value="removeFrom"/>
<enumeration value="repositoryId"/>
<enumeration value="returnVersion"/>
<enumeration value="skipCount"/>
<enumeration value="sourceFolderId"/>
<enumeration value="thisVersion"/>
<enumeration value="typeId"/>
<enumeration value="types"/>
<enumeration value="unfileObjects"/>
<enumeration value="versioningState"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static EnumArguments |
fromValue(String v)
|
String |
value()
|
static EnumArguments |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumArguments[] |
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 EnumArguments CHILD_TYPES
public static final EnumArguments CONTINUE_ON_FAILURE
public static final EnumArguments CHECKIN
public static final EnumArguments CHECKIN_COMMENT
public static final EnumArguments DEPTH
public static final EnumArguments DIRECTION
public static final EnumArguments FILTER
public static final EnumArguments FOLDER_ID
public static final EnumArguments INCLUDE_ACL
public static final EnumArguments INCLUDE_ALLOWABLE_ACTIONS
public static final EnumArguments INCLUDE_PROPERTIES
public static final EnumArguments INCLUDE_PATH_SEGMENT
public static final EnumArguments INCLUDE_RELATIVE_PATH_SEGMENT
public static final EnumArguments INCLUDE_PROPERTY_DEFINITIONS
public static final EnumArguments INCLUDE_POLICY_IDS
public static final EnumArguments INCLUDE_RELATIONSHIPS
public static final EnumArguments INCLUDE_SUB_RELATIONSHIP_TYPES
public static final EnumArguments LENGTH
public static final EnumArguments MAJOR
public static final EnumArguments MAX_ITEMS
public static final EnumArguments OVERWRITE_FLAG
public static final EnumArguments RELATIONSHIP_DIRECTION
public static final EnumArguments RELATIONSHIP_TYPE
public static final EnumArguments RENDITION_FILTER
public static final EnumArguments REMOVE_FROM
public static final EnumArguments REPOSITORY_ID
public static final EnumArguments RETURN_VERSION
public static final EnumArguments SKIP_COUNT
public static final EnumArguments SOURCE_FOLDER_ID
public static final EnumArguments THIS_VERSION
public static final EnumArguments TYPE_ID
public static final EnumArguments TYPES
public static final EnumArguments UNFILE_OBJECTS
public static final EnumArguments VERSIONING_STATE
| Method Detail |
|---|
public static EnumArguments[] values()
for (EnumArguments c : EnumArguments.values()) System.out.println(c);
public static EnumArguments 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 EnumArguments fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||