org.xcmis.atom
Enum EnumArguments

java.lang.Object
  extended by java.lang.Enum<EnumArguments>
      extended by org.xcmis.atom.EnumArguments
All Implemented Interfaces:
Serializable, Comparable<EnumArguments>

public enum EnumArguments
extends 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>
 


Enum Constant Summary
CHECKIN
           
CHECKIN_COMMENT
           
CHILD_TYPES
           
CONTINUE_ON_FAILURE
           
DEPTH
           
DIRECTION
           
FILTER
           
FOLDER_ID
           
INCLUDE_ACL
           
INCLUDE_ALLOWABLE_ACTIONS
           
INCLUDE_PATH_SEGMENT
           
INCLUDE_POLICY_IDS
           
INCLUDE_PROPERTIES
           
INCLUDE_PROPERTY_DEFINITIONS
           
INCLUDE_RELATIONSHIPS
           
INCLUDE_RELATIVE_PATH_SEGMENT
           
INCLUDE_SUB_RELATIONSHIP_TYPES
           
LENGTH
           
MAJOR
           
MAX_ITEMS
           
OVERWRITE_FLAG
           
RELATIONSHIP_DIRECTION
           
RELATIONSHIP_TYPE
           
REMOVE_FROM
           
RENDITION_FILTER
           
REPOSITORY_ID
           
RETURN_VERSION
           
SKIP_COUNT
           
SOURCE_FOLDER_ID
           
THIS_VERSION
           
TYPE_ID
           
TYPES
           
UNFILE_OBJECTS
           
VERSIONING_STATE
           
 
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

CHILD_TYPES

public static final EnumArguments CHILD_TYPES

CONTINUE_ON_FAILURE

public static final EnumArguments CONTINUE_ON_FAILURE

CHECKIN

public static final EnumArguments CHECKIN

CHECKIN_COMMENT

public static final EnumArguments CHECKIN_COMMENT

DEPTH

public static final EnumArguments DEPTH

DIRECTION

public static final EnumArguments DIRECTION

FILTER

public static final EnumArguments FILTER

FOLDER_ID

public static final EnumArguments FOLDER_ID

INCLUDE_ACL

public static final EnumArguments INCLUDE_ACL

INCLUDE_ALLOWABLE_ACTIONS

public static final EnumArguments INCLUDE_ALLOWABLE_ACTIONS

INCLUDE_PROPERTIES

public static final EnumArguments INCLUDE_PROPERTIES

INCLUDE_PATH_SEGMENT

public static final EnumArguments INCLUDE_PATH_SEGMENT

INCLUDE_RELATIVE_PATH_SEGMENT

public static final EnumArguments INCLUDE_RELATIVE_PATH_SEGMENT

INCLUDE_PROPERTY_DEFINITIONS

public static final EnumArguments INCLUDE_PROPERTY_DEFINITIONS

INCLUDE_POLICY_IDS

public static final EnumArguments INCLUDE_POLICY_IDS

INCLUDE_RELATIONSHIPS

public static final EnumArguments INCLUDE_RELATIONSHIPS

INCLUDE_SUB_RELATIONSHIP_TYPES

public static final EnumArguments INCLUDE_SUB_RELATIONSHIP_TYPES

LENGTH

public static final EnumArguments LENGTH

MAJOR

public static final EnumArguments MAJOR

MAX_ITEMS

public static final EnumArguments MAX_ITEMS

OVERWRITE_FLAG

public static final EnumArguments OVERWRITE_FLAG

RELATIONSHIP_DIRECTION

public static final EnumArguments RELATIONSHIP_DIRECTION

RELATIONSHIP_TYPE

public static final EnumArguments RELATIONSHIP_TYPE

RENDITION_FILTER

public static final EnumArguments RENDITION_FILTER

REMOVE_FROM

public static final EnumArguments REMOVE_FROM

REPOSITORY_ID

public static final EnumArguments REPOSITORY_ID

RETURN_VERSION

public static final EnumArguments RETURN_VERSION

SKIP_COUNT

public static final EnumArguments SKIP_COUNT

SOURCE_FOLDER_ID

public static final EnumArguments SOURCE_FOLDER_ID

THIS_VERSION

public static final EnumArguments THIS_VERSION

TYPE_ID

public static final EnumArguments TYPE_ID

TYPES

public static final EnumArguments TYPES

UNFILE_OBJECTS

public static final EnumArguments UNFILE_OBJECTS

VERSIONING_STATE

public static final EnumArguments VERSIONING_STATE
Method Detail

values

public static EnumArguments[] 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 (EnumArguments c : EnumArguments.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EnumArguments 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()

fromValue

public static EnumArguments fromValue(String v)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.