com.adobe.livecycle.connectorforibmcm.dsc.client.type
Class DocumentPartType

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

public final class DocumentPartType
extends java.lang.Enum

Enumeration of document part types possible

See Also:
Serialized Form

Field Summary
static DocumentPartType ICMBASE
          ICMBASE document type
static DocumentPartType ICMBASETEXT
          ICMBASETEXT
 
Method Summary
 java.lang.String toString()
           
static DocumentPartType valueOf(java.lang.String name)
           
static DocumentPartType[] 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

ICMBASE

public static final DocumentPartType ICMBASE
ICMBASE document type


ICMBASETEXT

public static final DocumentPartType ICMBASETEXT
ICMBASETEXT

Method Detail

values

public static DocumentPartType[] values()

valueOf

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

toString

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