Copyright @ 2002 SAP. All Rights Reserved.

Uses of Class
com.sap.tc.complib.PublicPart.Purpose

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

Uses of PublicPart.Purpose in com.sap.tc.complib
 

Fields in com.sap.tc.complib declared as PublicPart.Purpose
static PublicPart.Purpose PublicPart.Purpose.COMPILATION
          Public part needed for compilation of the using component
static PublicPart.Purpose PublicPart.Purpose.ASSEMBLY
          Public part needed for packing into the result of the using component
static PublicPart.Purpose PublicPart.Purpose.INFRASTRUCTURE
          Public part needed as buildplugin of the using component
 

Methods in com.sap.tc.complib that return PublicPart.Purpose
 PublicPart.Purpose PublicPart.getPurpose()
          Returns the purpose of the public part
static PublicPart.Purpose PublicPart.Purpose.valueOf(java.lang.String purpose)
          Returns a purpose matching the given string.
 

Methods in com.sap.tc.complib with parameters of type PublicPart.Purpose
 void PublicPart.setPurpose(PublicPart.Purpose purpose)
          Sets the type of the public part
 


Copyright @ 2002 SAP. All Rights Reserved.