Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.api
Interface IWDApplication


public interface IWDApplication

Generic API of a Web Dynpro Application. All applications created by the Web Dynpro toolset implement this interface.

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_progmodel/java/com/sap/tc/webdynpro/progmodel/api/IWDApplication.java#1 $

Method Summary
 IWDApplicationInfo getApplicationInfo()
          Returns the metadata describing this application.
 WDDeployableObjectPart getDeployableObjectPart()
          Returns the deployable object part of this application.
 java.lang.String getName()
          Returns the name of the application.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the application.
Returns:
the name of the application

getApplicationInfo

public IWDApplicationInfo getApplicationInfo()
Returns the metadata describing this application.
Returns:
the application metadata object

getDeployableObjectPart

public WDDeployableObjectPart getDeployableObjectPart()
Returns the deployable object part of this application.
Returns:
the deployable object part of this application

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15