com.adobe.livecycle.rca.common.beans
Class RCADocument.Type

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.rca.common.beans.RCADocument.Type
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
RCADocument

public static final class RCADocument.Type
extends Enum

Enumeration that defines type of RCADocument. REF is used for web urls or links DOCUMENT is used for documents that are to be store in ReviewZone

See Also:
Serialized Form

Field Summary
static RCADocument.Type DOCUMENT
          If supporting document are to be stored in Review Zone, then Document should be used
static RCADocument.Type REF
          If supporting document is of type web urls or links, then REF should be used
 
Method Summary
static RCADocument.Type valueOf(String name)
           
static RCADocument.Type[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

REF

public static final RCADocument.Type REF
If supporting document is of type web urls or links, then REF should be used


DOCUMENT

public static final RCADocument.Type DOCUMENT
If supporting document are to be stored in Review Zone, then Document should be used

Method Detail

values

public static RCADocument.Type[] values()

valueOf

public static RCADocument.Type valueOf(String name)


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