com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type
Class UpdateVersionType

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

public final class UpdateVersionType
extends java.lang.Enum

Allows you to update or keep the version of the document.

See Also:
Serialized Form

Field Summary
static UpdateVersionType INCREMENT_MAJOR_VERSION
          Updates the document and increments the major version.
static UpdateVersionType INCREMENT_MINOR_VERSION
          Updates the document and increments the minor version.
static UpdateVersionType KEEP_SAME_VERSION
          Updates the document and keeps the same version.
 
Method Summary
 java.lang.String toString()
           
static UpdateVersionType valueOf(java.lang.String name)
           
static UpdateVersionType[] 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

KEEP_SAME_VERSION

public static final UpdateVersionType KEEP_SAME_VERSION
Updates the document and keeps the same version.


INCREMENT_MAJOR_VERSION

public static final UpdateVersionType INCREMENT_MAJOR_VERSION
Updates the document and increments the major version.


INCREMENT_MINOR_VERSION

public static final UpdateVersionType INCREMENT_MINOR_VERSION
Updates the document and increments the minor version.

Method Detail

values

public static UpdateVersionType[] values()

valueOf

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

toString

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


[an error occurred while processing this directive] [an error occurred while processing this directive]