wt.pdmlink
Class PDMProductConstants.DependencyLinkInfo

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

public static final class PDMProductConstants.DependencyLinkInfo
extends Object


Field Summary
static String DEPENDENCY_LINK
           
static String LINK_TYPE
           
static String NODE_LINK_TYPE
           
static String OBJECT_ID
           
static String PREDECESSOR_ID
           
static String SUCESSOR_ID
           
 
Constructor Summary
PDMProductConstants.DependencyLinkInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPENDENCY_LINK

public static final String DEPENDENCY_LINK
See Also:
Constant Field Values

PREDECESSOR_ID

public static final String PREDECESSOR_ID
See Also:
Constant Field Values

SUCESSOR_ID

public static final String SUCESSOR_ID
See Also:
Constant Field Values

NODE_LINK_TYPE

public static final String NODE_LINK_TYPE
See Also:
Constant Field Values

LINK_TYPE

public static final String LINK_TYPE
See Also:
Constant Field Values

OBJECT_ID

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

PDMProductConstants.DependencyLinkInfo

public PDMProductConstants.DependencyLinkInfo()