com.adobe.icc.dbforms.obj
Class Variable.VariableType

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

public static final class Variable.VariableType
extends java.lang.Enum

Enum to specify the variable type, whether its a DDE or just a placeholder.

See Also:
Serialized Form

Field Summary
static Variable.VariableType DDE
           
static Variable.VariableType PLACEHOLDER
           
 
Method Summary
static Variable.VariableType valueOf(java.lang.String name)
           
static Variable.VariableType[] 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

DDE

public static final Variable.VariableType DDE

PLACEHOLDER

public static final Variable.VariableType PLACEHOLDER
Method Detail

values

public static Variable.VariableType[] values()

valueOf

public static Variable.VariableType valueOf(java.lang.String name)


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