com.ptc.windchill.uwgm.task.multirevise
Class MultireviseConstants

java.lang.Object
  extended bycom.ptc.windchill.uwgm.task.multirevise.MultireviseConstants

public class MultireviseConstants
extends Object


Field Summary
static String INCLUDE_INSTANCE_COLUMN_ID
           
static String INCLUDE_INSTANCE_NO
           
static String INCLUDE_INSTANCE_YES
           
static String ISACTIVEWS
           
static String LOCATION_COLUMN_ID
           
static String OBJISEPMDOC
           
static String REVOPT_COLUMN_ID
           
static String TEAM_COLUMN_ID
           
static String WORKSPACE
           
 
Constructor Summary
MultireviseConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCATION_COLUMN_ID

public static final String LOCATION_COLUMN_ID
See Also:
Constant Field Values

REVOPT_COLUMN_ID

public static final String REVOPT_COLUMN_ID
See Also:
Constant Field Values

TEAM_COLUMN_ID

public static final String TEAM_COLUMN_ID
See Also:
Constant Field Values

INCLUDE_INSTANCE_COLUMN_ID

public static final String INCLUDE_INSTANCE_COLUMN_ID
See Also:
Constant Field Values

OBJISEPMDOC

public static final String OBJISEPMDOC
See Also:
Constant Field Values

WORKSPACE

public static final String WORKSPACE
See Also:
Constant Field Values

ISACTIVEWS

public static final String ISACTIVEWS
See Also:
Constant Field Values

INCLUDE_INSTANCE_YES

public static final String INCLUDE_INSTANCE_YES
See Also:
Constant Field Values

INCLUDE_INSTANCE_NO

public static final String INCLUDE_INSTANCE_NO
See Also:
Constant Field Values
Constructor Detail

MultireviseConstants

public MultireviseConstants()