com.ptc.windchill.uwgm.task.setstate
Class SetStateConstants

java.lang.Object
  extended bycom.ptc.windchill.uwgm.task.setstate.SetStateConstants

public class SetStateConstants
extends Object


Field Summary
static String CREATE_BASELINE
           
static String HAS_WARNINGS
           
static String IS_ACTIVE_WS
           
static String RUN_IN_BACKGROUND
           
static String TARGET_STATE
           
static String TERMINATE_PROCESS
           
 
Constructor Summary
SetStateConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_BASELINE

public static final String CREATE_BASELINE
See Also:
Constant Field Values

HAS_WARNINGS

public static final String HAS_WARNINGS
See Also:
Constant Field Values

TARGET_STATE

public static final String TARGET_STATE
See Also:
Constant Field Values

TERMINATE_PROCESS

public static final String TERMINATE_PROCESS
See Also:
Constant Field Values

RUN_IN_BACKGROUND

public static final String RUN_IN_BACKGROUND
See Also:
Constant Field Values

IS_ACTIVE_WS

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

SetStateConstants

public SetStateConstants()