Copyright @ 2002 SAP. All Rights Reserved.

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

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

Uses of Entity in com.sap.tc.complib
 

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


Copyright @ 2002 SAP. All Rights Reserved.