com.plumtree.server
Class PT_OBJECT_DEPENDENCY_COLS

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

public final class PT_OBJECT_DEPENDENCY_COLS
extends java.lang.Object

Indices of the columns in the 2D array returned by IPTMigrationElement.GetDependencies

Author:
michaels
See Also:
IPTMigrationElement

Field Summary
static int PT_ODC_ALTERNATEID
           
static int PT_ODC_CLASSID
           
static int PT_ODC_DEPENDENCY_TYPE
           
static int PT_ODC_INVALID
           
static int PT_ODC_NAME
           
static int PT_ODC_UUID
           
 
Constructor Summary
PT_OBJECT_DEPENDENCY_COLS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ODC_DEPENDENCY_TYPE

public static final int PT_ODC_DEPENDENCY_TYPE
See Also:
Constant Field Values

PT_ODC_UUID

public static final int PT_ODC_UUID
See Also:
Constant Field Values

PT_ODC_NAME

public static final int PT_ODC_NAME
See Also:
Constant Field Values

PT_ODC_CLASSID

public static final int PT_ODC_CLASSID
See Also:
Constant Field Values

PT_ODC_ALTERNATEID

public static final int PT_ODC_ALTERNATEID
See Also:
Constant Field Values

PT_ODC_INVALID

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

PT_OBJECT_DEPENDENCY_COLS

public PT_OBJECT_DEPENDENCY_COLS()