com.plumtree.server
Class PT_UPGRADE_PARAMETERS_COLS

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

public final class PT_UPGRADE_PARAMETERS_COLS
extends java.lang.Object

Indices of the columns in the 2D array returned by IPTUpgradeManager. QueryParametersRequiredForUpgrade and passed to IPTUpgradeManager. PerformUpgrade

Author:
michaels
See Also:
IPTUpgradeManager

Field Summary
static int PT_UPGRADE_PARAMETERS_COLS_DATATYPE
           
static int PT_UPGRADE_PARAMETERS_COLS_INVALID
           
static int PT_UPGRADE_PARAMETERS_COLS_KEY
           
static int PT_UPGRADE_PARAMETERS_COLS_PROMPT
           
static int PT_UPGRADE_PARAMETERS_COLS_VALUE
           
 
Constructor Summary
PT_UPGRADE_PARAMETERS_COLS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_UPGRADE_PARAMETERS_COLS_KEY

public static final int PT_UPGRADE_PARAMETERS_COLS_KEY
See Also:
Constant Field Values

PT_UPGRADE_PARAMETERS_COLS_PROMPT

public static final int PT_UPGRADE_PARAMETERS_COLS_PROMPT
See Also:
Constant Field Values

PT_UPGRADE_PARAMETERS_COLS_DATATYPE

public static final int PT_UPGRADE_PARAMETERS_COLS_DATATYPE
See Also:
Constant Field Values

PT_UPGRADE_PARAMETERS_COLS_VALUE

public static final int PT_UPGRADE_PARAMETERS_COLS_VALUE
See Also:
Constant Field Values

PT_UPGRADE_PARAMETERS_COLS_INVALID

public static final int PT_UPGRADE_PARAMETERS_COLS_INVALID
See Also:
Constant Field Values
Constructor Detail

PT_UPGRADE_PARAMETERS_COLS

public PT_UPGRADE_PARAMETERS_COLS()