org.alfresco.cmis
Class CMISChangeType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.cmis.CMISChangeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, EnumLabel

public final class CMISChangeType
extends java.lang.Enum
implements EnumLabel

Enumeration of the CMIS Change Type. Possible values:
CREATED
UPDATED
DELETED
SECURITY

See Also:
Serialized Form

Field Summary
static CMISChangeType CREATED
           
static CMISChangeType DELETED
           
static EnumFactory FACTORY
           
static CMISChangeType SECURITY
           
static CMISChangeType UPDATED
           
 
Method Summary
 java.lang.String getLabel()
          Gets the enum label (as defined by CMIS)
static CMISChangeType valueOf(java.lang.String name)
           
static CMISChangeType[] values()
           
 
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
 

Field Detail

CREATED

public static final CMISChangeType CREATED

UPDATED

public static final CMISChangeType UPDATED

DELETED

public static final CMISChangeType DELETED

SECURITY

public static final CMISChangeType SECURITY

FACTORY

public static final EnumFactory FACTORY
Method Detail

values

public static CMISChangeType[] values()

valueOf

public static CMISChangeType valueOf(java.lang.String name)

getLabel

public java.lang.String getLabel()
Description copied from interface: EnumLabel
Gets the enum label (as defined by CMIS)

Specified by:
getLabel in interface EnumLabel
Returns:
enum label


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.