Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.repository
Interface IWDProgmodelRepository

All Superinterfaces:
com.sap.tc.cmi.model.ICMIModel, IWDRepositoryModel

public interface IWDProgmodelRepository
extends IWDRepositoryModel

Interface of configuration model "IWDProgmodelRepository". Copyright (c) 2001 - 2003. SAP AG


Method Summary
 com.sap.tc.cmi.metadata.ICMIModelInfo associatedModelInfo()
           
 IWDApplicationInfo getIWDApplicationInfo(java.lang.String name)
          Returns the specified model object or null if it does not exist.
 IWDComponentInfo getIWDComponentInfo(java.lang.String name)
          Returns the specified model object or null if it does not exist.
 IWDComponentInterfaceDefinitionInfo getIWDComponentInterfaceDefinitionInfo(java.lang.String name)
          Returns the specified model object or null if it does not exist.
 java.lang.String getName()
           
 
Methods inherited from interface com.sap.tc.webdynpro.repository.api.IWDRepositoryModel
createModelObject, createModelObject, createModelObject, deleteModelObject, getModelObject, getRepository, iterateAllVersionableModelObjects, iterateVersionableModelObjects
 

Method Detail

getName

public java.lang.String getName()

associatedModelInfo

public com.sap.tc.cmi.metadata.ICMIModelInfo associatedModelInfo()
Specified by:
associatedModelInfo in interface com.sap.tc.cmi.model.ICMIModel

getIWDComponentInfo

public IWDComponentInfo getIWDComponentInfo(java.lang.String name)
Returns the specified model object or null if it does not exist.

getIWDApplicationInfo

public IWDApplicationInfo getIWDApplicationInfo(java.lang.String name)
Returns the specified model object or null if it does not exist.

getIWDComponentInterfaceDefinitionInfo

public IWDComponentInterfaceDefinitionInfo getIWDComponentInterfaceDefinitionInfo(java.lang.String name)
Returns the specified model object or null if it does not exist.

Web Dynpro API Documentation

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