Copyright @ 2002 SAP. All Rights Reserved.

Uses of Interface
com.sap.tc.complib.ImportedEntity

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

Uses of ImportedEntity in com.sap.tc.complib
 

Classes in com.sap.tc.complib that implement ImportedEntity
 class EntityReference
          Reference to an entity.
 

Methods in com.sap.tc.complib that return ImportedEntity
static ImportedEntity ComponentFactory.createImportedEntity()
          Creates a new empty imported entity instance.
static ImportedEntity ComponentFactory.createImportedEntity(java.lang.String entityName, java.lang.String entityType, PublicPart publicPart)
          Creates a new imported entity instance with given name and adds that entity to the given public part.
 

Uses of ImportedEntity in com.sap.tc.complib.impl
 

Classes in com.sap.tc.complib.impl that implement ImportedEntity
 class com.sap.tc.complib.impl.ImportedEntityImpl
           
 


Copyright @ 2002 SAP. All Rights Reserved.