com.adobe.icc.dbforms.obj
Class TableColumnDetails.TableColumnType

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

public static final class TableColumnDetails.TableColumnType
extends java.lang.Enum

Enum to specify the type of table column. It can be TargetArea or Field.

See Also:
Serialized Form

Field Summary
static TableColumnDetails.TableColumnType FIELD
           
static TableColumnDetails.TableColumnType TARGET_AREA
           
 
Method Summary
static TableColumnDetails.TableColumnType valueOf(java.lang.String name)
           
static TableColumnDetails.TableColumnType[] 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

TARGET_AREA

public static final TableColumnDetails.TableColumnType TARGET_AREA

FIELD

public static final TableColumnDetails.TableColumnType FIELD
Method Detail

values

public static TableColumnDetails.TableColumnType[] values()

valueOf

public static TableColumnDetails.TableColumnType valueOf(java.lang.String name)


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