Copyright @ 2002 SAP. All Rights Reserved.

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

Packages that use Identifiable
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 Identifiable in com.sap.tc.complib
 

Subinterfaces of Identifiable in com.sap.tc.complib
 interface ComponentReference
          Interfaces representing references to components in general.
 interface Dependency
          Interface representing dependencies between development components, or development component and public parts.
 interface Entity
          Interface representing an entity of a development component.
 interface ImportedEntity
           
 

Classes in com.sap.tc.complib that implement Identifiable
 class DCReference
          References to development components.
 class EntityReference
          Reference to an entity.
 class SCReference
          References to software components.
 

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

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


Copyright @ 2002 SAP. All Rights Reserved.