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, org.alfresco.opencmis.EnumLabel

public final class CMISChangeType
extends java.lang.Enum
implements org.alfresco.opencmis.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 org.alfresco.opencmis.EnumFactory FACTORY
           
static CMISChangeType SECURITY
           
static CMISChangeType UPDATED
           
 
Method Summary
 java.lang.String getLabel()
           
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 org.alfresco.opencmis.EnumFactory FACTORY
Method Detail

values

public static CMISChangeType[] values()

valueOf

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

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface org.alfresco.opencmis.EnumLabel


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