com.ptc.windchill.uwgm.task.disassociate
Class DisassociateConstants

java.lang.Object
  extended bycom.ptc.windchill.uwgm.task.disassociate.DisassociateConstants

public class DisassociateConstants
extends Object


Field Summary
static String ACTIVELINK_COLUMN_ID
           
static String ACTIVELINKOBJID
           
static String ISACTIVEWS
           
static String SOURCEOBJ
           
static String WORKSPACE
           
 
Constructor Summary
DisassociateConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORKSPACE

public static final String WORKSPACE
See Also:
Constant Field Values

SOURCEOBJ

public static final String SOURCEOBJ
See Also:
Constant Field Values

ISACTIVEWS

public static final String ISACTIVEWS
See Also:
Constant Field Values

ACTIVELINK_COLUMN_ID

public static final String ACTIVELINK_COLUMN_ID
See Also:
Constant Field Values

ACTIVELINKOBJID

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

DisassociateConstants

public DisassociateConstants()