com.adobe.icc.dbforms.obj
Class DataType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.icc.dbforms.obj.DataType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class DataType
extends java.lang.Enum

Enum to handle various data types for a Variable.

See Also:
Serialized Form

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

NUMBER

public static final DataType NUMBER

BOOLEAN

public static final DataType BOOLEAN

DATE

public static final DataType DATE
Method Detail

values

public static DataType[] values()

valueOf

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


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