com.plumtree.server
Class PT_FIELDARRAY_INDICES

java.lang.Object
  extended by com.plumtree.server.PT_FIELDARRAY_INDICES

public final class PT_FIELDARRAY_INDICES
extends java.lang.Object

Indices for Field arrays returned by Accessors and Data Source Providers. This will also be used for the CommonFields. In the case of CommonFields, the PT_FIELDARRAY_VALUE column holds the description.

Version:
$Revision$
Author:
Mike Sample
See Also:
IPTAccessor

Field Summary
static int PT_FIELDARRAY_MAX_NUM_COLUMNS
          Maximum Number of Columns Index
static int PT_FIELDARRAY_NAME
          Field Name Index
static int PT_FIELDARRAY_VALUE
          Field Value Index
 
Constructor Summary
PT_FIELDARRAY_INDICES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_FIELDARRAY_NAME

public static final int PT_FIELDARRAY_NAME
Field Name Index

See Also:
Constant Field Values

PT_FIELDARRAY_VALUE

public static final int PT_FIELDARRAY_VALUE
Field Value Index

See Also:
Constant Field Values

PT_FIELDARRAY_MAX_NUM_COLUMNS

public static final int PT_FIELDARRAY_MAX_NUM_COLUMNS
Maximum Number of Columns Index

See Also:
Constant Field Values
Constructor Detail

PT_FIELDARRAY_INDICES

public PT_FIELDARRAY_INDICES()