com.adobe.dct.transfer
Class DataDictionaryElementType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.dct.transfer.DataDictionaryElementType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class DataDictionaryElementType
extends java.lang.Enum
implements java.io.Serializable

This defines the data type of Data Dictionary Element.

See Also:
Serialized Form

Field Summary
static DataDictionaryElementType BINARY
           
static DataDictionaryElementType BOOLEAN
           
static DataDictionaryElementType CHAR
           
static DataDictionaryElementType COLLECTION
           
static DataDictionaryElementType COMPOSITE
           
static DataDictionaryElementType DATE
           
static DataDictionaryElementType NUMBER
           
static DataDictionaryElementType STRING
           
 
Method Summary
static DataDictionaryElementType valueOf(java.lang.String name)
           
static DataDictionaryElementType[] 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

STRING

public static final DataDictionaryElementType STRING

CHAR

public static final DataDictionaryElementType CHAR

NUMBER

public static final DataDictionaryElementType NUMBER

DATE

public static final DataDictionaryElementType DATE

BOOLEAN

public static final DataDictionaryElementType BOOLEAN

COMPOSITE

public static final DataDictionaryElementType COMPOSITE

COLLECTION

public static final DataDictionaryElementType COLLECTION

BINARY

public static final DataDictionaryElementType BINARY
Method Detail

values

public static DataDictionaryElementType[] values()

valueOf

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


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