org.xcmis.client.gwt.model
Enum EnumCapabilityChanges

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

public enum EnumCapabilityChanges
extends Enum<EnumCapabilityChanges>

Version:
$Id:
Author:

Enum Constant Summary
ALL
          All.
INCLUDE_ACL
          Include ACL.
INCLUDE_DOCUMENTS
          Include documents.
INCLUDE_FOLDERS
          Include folders.
INCLUDE_POLICIES
          Include policies.
INCLUDE_PROPERTIES
          Include properties.
INCLUDE_RELATIONSHIPS
          Include relationships.
NONE
          None.
OBJECTIDSONLY
          Object ids only.
PROPERTIES
          Properties.
 
Method Summary
static EnumCapabilityChanges fromValue(String v)
           
 String value()
           
static EnumCapabilityChanges valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumCapabilityChanges[] 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

NONE

public static final EnumCapabilityChanges NONE
None.


OBJECTIDSONLY

public static final EnumCapabilityChanges OBJECTIDSONLY
Object ids only.


PROPERTIES

public static final EnumCapabilityChanges PROPERTIES
Properties.


INCLUDE_ACL

public static final EnumCapabilityChanges INCLUDE_ACL
Include ACL.


INCLUDE_PROPERTIES

public static final EnumCapabilityChanges INCLUDE_PROPERTIES
Include properties.


INCLUDE_FOLDERS

public static final EnumCapabilityChanges INCLUDE_FOLDERS
Include folders.


INCLUDE_DOCUMENTS

public static final EnumCapabilityChanges INCLUDE_DOCUMENTS
Include documents.


INCLUDE_RELATIONSHIPS

public static final EnumCapabilityChanges INCLUDE_RELATIONSHIPS
Include relationships.


INCLUDE_POLICIES

public static final EnumCapabilityChanges INCLUDE_POLICIES
Include policies.


ALL

public static final EnumCapabilityChanges ALL
All.

Method Detail

values

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

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

valueOf

public static EnumCapabilityChanges 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 EnumCapabilityChanges fromValue(String v)
Parameters:
v - value
Returns:
EnumCapabilityChanges


Copyright © 2010 eXo Platform SAS. All Rights Reserved.