com.plumtree.server
Class PT_FIELDARRAY_INDICES

java.lang.Object
  |
  +--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.

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()
           
 
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

PT_FIELDARRAY_VALUE

public static final int PT_FIELDARRAY_VALUE
Field Value Index

PT_FIELDARRAY_MAX_NUM_COLUMNS

public static final int PT_FIELDARRAY_MAX_NUM_COLUMNS
Maximum Number of Columns Index
Constructor Detail

PT_FIELDARRAY_INDICES

public PT_FIELDARRAY_INDICES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.