Copyright @ 2002 SAP. All Rights Reserved.

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

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

Uses of PublicPart in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return PublicPart
static PublicPart ComponentFactory.createPublicPart()
          Creates a new empty public part instance.
static PublicPart ComponentFactory.createPublicPart(java.lang.String publicPartName, DevelopmentComponent parent)
          Creates a new public part instance with given name and adds that public part to the given development component
static PublicPart ComponentFactory.initialize(PPInputProvider provider)
           
 

Methods in com.sap.tc.complib with parameters of type PublicPart
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.
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.
static void ComponentFactory.serialize(PublicPart publicPart, PPOutputProvider provider)
           
 


Copyright @ 2002 SAP. All Rights Reserved.