org.xcmis.client.gwt.model.restatom
Enum EnumArguments

java.lang.Object
  extended by java.lang.Enum<EnumArguments>
      extended by org.xcmis.client.gwt.model.restatom.EnumArguments
All Implemented Interfaces:
Serializable, Comparable<EnumArguments>

public enum EnumArguments
extends Enum<EnumArguments>

Version:
$Id:
Author:

Enum Constant Summary
CHECKIN
          Checkin.
CHECKIN_COMMENT
          Checkin comment.
CHILD_TYPES
          Child types.
CONTINUE_ON_FAILURE
          Continue on failure.
DEPTH
          Depth.
DIRECTION
          Direction.
FILTER
          Filter.
FOLDER_ID
          Folder id.
INCLUDE_ACL
          Include ACL.
INCLUDE_ALLOWABLE_ACTIONS
          Include allowable actions.
INCLUDE_PATH_SEGMENT
          Include path segment.
INCLUDE_POLICY_IDS
          Include policy ids.
INCLUDE_PROPERTIES
          Include properties.
INCLUDE_PROPERTY_DEFINITIONS
          Include property definitions.
INCLUDE_RELATIONSHIPS
          Include relationships.
INCLUDE_RELATIVE_PATH_SEGMENT
          Include relative path segment.
INCLUDE_SUB_RELATIONSHIP_TYPES
          Include sub relationship types.
LENGTH
          Length.
MAJOR
          Major.
MAX_ITEMS
          Max items.
OVERWRITE_FLAG
          Overwrite flag.
RELATIONSHIP_DIRECTION
          Relationship direction.
RELATIONSHIP_TYPE
          Relationship type.
REMOVE_FROM
          Remove from.
RENDITION_FILTER
          Rendition filter.
REPOSITORY_ID
          Repository id.
RETURN_VERSION
          Return version.
SKIP_COUNT
          Skip count.
SOURCE_FOLDER_ID
          Source folder id.
THIS_VERSION
          This version.
TYPE_ID
          Type id.
TYPES
          Types.
UNFILE_OBJECTS
          Unfile objects.
VERSIONING_SSTATE
          Versioning sstate.
 
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
Child types.


CONTINUE_ON_FAILURE

public static final EnumArguments CONTINUE_ON_FAILURE
Continue on failure.


CHECKIN

public static final EnumArguments CHECKIN
Checkin.


CHECKIN_COMMENT

public static final EnumArguments CHECKIN_COMMENT
Checkin comment.


DEPTH

public static final EnumArguments DEPTH
Depth.


DIRECTION

public static final EnumArguments DIRECTION
Direction.


FILTER

public static final EnumArguments FILTER
Filter.


FOLDER_ID

public static final EnumArguments FOLDER_ID
Folder id.


INCLUDE_ACL

public static final EnumArguments INCLUDE_ACL
Include ACL.


INCLUDE_ALLOWABLE_ACTIONS

public static final EnumArguments INCLUDE_ALLOWABLE_ACTIONS
Include allowable actions.


INCLUDE_PROPERTIES

public static final EnumArguments INCLUDE_PROPERTIES
Include properties.


INCLUDE_PATH_SEGMENT

public static final EnumArguments INCLUDE_PATH_SEGMENT
Include path segment.


INCLUDE_RELATIVE_PATH_SEGMENT

public static final EnumArguments INCLUDE_RELATIVE_PATH_SEGMENT
Include relative path segment.


INCLUDE_PROPERTY_DEFINITIONS

public static final EnumArguments INCLUDE_PROPERTY_DEFINITIONS
Include property definitions.


INCLUDE_POLICY_IDS

public static final EnumArguments INCLUDE_POLICY_IDS
Include policy ids.


INCLUDE_RELATIONSHIPS

public static final EnumArguments INCLUDE_RELATIONSHIPS
Include relationships.


INCLUDE_SUB_RELATIONSHIP_TYPES

public static final EnumArguments INCLUDE_SUB_RELATIONSHIP_TYPES
Include sub relationship types.


LENGTH

public static final EnumArguments LENGTH
Length.


MAJOR

public static final EnumArguments MAJOR
Major.


MAX_ITEMS

public static final EnumArguments MAX_ITEMS
Max items.


OVERWRITE_FLAG

public static final EnumArguments OVERWRITE_FLAG
Overwrite flag.


RELATIONSHIP_DIRECTION

public static final EnumArguments RELATIONSHIP_DIRECTION
Relationship direction.


RELATIONSHIP_TYPE

public static final EnumArguments RELATIONSHIP_TYPE
Relationship type.


RENDITION_FILTER

public static final EnumArguments RENDITION_FILTER
Rendition filter.


REMOVE_FROM

public static final EnumArguments REMOVE_FROM
Remove from.


REPOSITORY_ID

public static final EnumArguments REPOSITORY_ID
Repository id.


RETURN_VERSION

public static final EnumArguments RETURN_VERSION
Return version.


SKIP_COUNT

public static final EnumArguments SKIP_COUNT
Skip count.


SOURCE_FOLDER_ID

public static final EnumArguments SOURCE_FOLDER_ID
Source folder id.


THIS_VERSION

public static final EnumArguments THIS_VERSION
This version.


TYPE_ID

public static final EnumArguments TYPE_ID
Type id.


TYPES

public static final EnumArguments TYPES
Types.


UNFILE_OBJECTS

public static final EnumArguments UNFILE_OBJECTS
Unfile objects.


VERSIONING_SSTATE

public static final EnumArguments VERSIONING_SSTATE
Versioning sstate.

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()
Returns:
String

fromValue

public static EnumArguments fromValue(String v)
Parameters:
v - value
Returns:
EnumArguments


Copyright © 2010 eXo Platform SAS. All Rights Reserved.