Copyright @ 2002 SAP. All Rights Reserved.

Uses of Class
com.sap.tc.complib.DCReference

Packages that use DCReference
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
 

Uses of DCReference in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return DCReference
 DCReference Dependency.getComponent()
          Returns the development or software component to which this dependency points.
 DCReference PPReference.getComponent()
          Returns the development component to which the referenced public part belongs
 DCReference DevelopmentComponent.getEnclosingComponent()
          Returns the enclosing component of this component.
 DCReference ImportedEntity.getComponent()
          Returns the component of the referenced entity
 DCReference EntityReference.getComponent()
           
 

Methods in com.sap.tc.complib with parameters of type DCReference
 void Dependency.setComponent(DCReference component)
          Declares the development or software component to which this dependency points.
 void PPReference.setComponent(DCReference component)
          Declares the development component to which the referenced public part belongs
 void DevelopmentComponent.setEnclosingComponent(DCReference enclosingComponent)
          Declares the enclosing component of this component.
 void ImportedEntity.setComponent(DCReference component)
          Sets the component of the referenced entity
 void EntityReference.setComponent(DCReference component)
           
static Dependency ComponentFactory.createDependency(DCReference ref, DevelopmentComponent parent)
          Creates a new dependency instance that points to the given component and adds the dependency to the given DC.
 

Constructors in com.sap.tc.complib with parameters of type DCReference
PPReference(java.lang.String name, DCReference component)
          Creates a new instance with given name and component.
EntityReference(java.lang.String name, java.lang.String publicPart, DCReference component)
          Creates a new instance with given name and reference to a certain public part of a given development component.
 


Copyright @ 2002 SAP. All Rights Reserved.