com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type
Class DocumentClassificationType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.DocumentClassificationType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class DocumentClassificationType
extends java.lang.Enum

Enumeration of document version updates possible

See Also:
Serialized Form

Field Summary
static DocumentClassificationType CREATE_NEW_DOCUMENT
          Update document and keep same version
static DocumentClassificationType INCREMENT_MAJOR_VERSION
          Update document and increment major version
static DocumentClassificationType INCREMENT_MINOR_VERSION
          Update document and increment minor version
 
Method Summary
 java.lang.String toString()
           
static DocumentClassificationType valueOf(java.lang.String name)
           
static DocumentClassificationType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATE_NEW_DOCUMENT

public static final DocumentClassificationType CREATE_NEW_DOCUMENT
Update document and keep same version


INCREMENT_MAJOR_VERSION

public static final DocumentClassificationType INCREMENT_MAJOR_VERSION
Update document and increment major version


INCREMENT_MINOR_VERSION

public static final DocumentClassificationType INCREMENT_MINOR_VERSION
Update document and increment minor version

Method Detail

values

public static DocumentClassificationType[] values()

valueOf

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum
See Also:
Enum.toString()