wt.pdmlink
Class PDMProductConstants.ProjectVariableInfo

java.lang.Object
  extended bywt.pdmlink.PDMProductConstants.ProjectVariableInfo
Enclosing class:
PDMProductConstants

public static final class PDMProductConstants.ProjectVariableInfo
extends Object


Field Summary
static String COPY_INTO
           
static String INITIALIZE_FROM
           
static String NAME
           
static String PROJECT_VARIABLE
           
static String TYPE
           
static String VARIABLE_VALUE
           
 
Constructor Summary
PDMProductConstants.ProjectVariableInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_VARIABLE

public static final String PROJECT_VARIABLE
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

INITIALIZE_FROM

public static final String INITIALIZE_FROM
See Also:
Constant Field Values

COPY_INTO

public static final String COPY_INTO
See Also:
Constant Field Values

VARIABLE_VALUE

public static final String VARIABLE_VALUE
See Also:
Constant Field Values

TYPE

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

PDMProductConstants.ProjectVariableInfo

public PDMProductConstants.ProjectVariableInfo()