com.ptc.windchill.uwgm.task.baseline
Class BaselineConstants

java.lang.Object
  extended bycom.ptc.windchill.uwgm.task.baseline.BaselineConstants

public class BaselineConstants
extends Object


Field Summary
static String BASELINE_LIFECYCLE
           
static String BASELINE_LOCATION
           
static String BASELINE_NAME
           
static String BASELINE_NUMBER
           
 
Constructor Summary
BaselineConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASELINE_NAME

public static final String BASELINE_NAME
See Also:
Constant Field Values

BASELINE_NUMBER

public static final String BASELINE_NUMBER
See Also:
Constant Field Values

BASELINE_LOCATION

public static final String BASELINE_LOCATION
See Also:
Constant Field Values

BASELINE_LIFECYCLE

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

BaselineConstants

public BaselineConstants()