Copyright @ 2002 SAP. All Rights Reserved.

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

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

Uses of ComponentType in com.sap.tc.complib
 

Methods in com.sap.tc.complib that return ComponentType
 ComponentType DevelopmentComponent.getComponentType()
          Returns the component type of this development component.
 

Methods in com.sap.tc.complib with parameters of type ComponentType
 void DevelopmentComponent.setComponentType(ComponentType componentType)
          Declares the component type of this development component.
static DevelopmentComponent ComponentFactory.createDevelopmentComponent(java.lang.String name, java.lang.String vendor, ComponentType componentType)
          Creates a new development component with given name, vendor id and component type.
 


Copyright @ 2002 SAP. All Rights Reserved.