Web Dynpro API Documentation

com.sap.tc.webdynpro.repository.api
Interface IWDRepositoryModelClassInfo

All Superinterfaces:
com.sap.tc.cmi.metadata.ICMIAbstractInfo, com.sap.tc.cmi.metadata.ICMIModelClassInfo

public interface IWDRepositoryModelClassInfo
extends com.sap.tc.cmi.metadata.ICMIModelClassInfo

API of the metadata object of a repository model class.

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_runtime_repository/java/com/sap/tc/webdynpro/repository/api/IWDRepositoryModelClassInfo.java#1 $

Method Summary
 com.sap.tc.cmi.metadata.ICMIModelInfo getModelInfo()
          Returns the associated model info.
 java.lang.String getName()
          Returns the name of the model class info.
 
Methods inherited from interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
getPropertyInfo, getPropertyInfos, getRelatedModelClassInfo, getSourceRoleInfos, getStructureType, getTargetRoleInfo, isGeneric, iteratePropertyInfos, iterateSourceRoleInfos
 
Methods inherited from interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
addSupportedOption, getSetting, getSettings, setSetting, supportedOptions, supports
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the model class info.
Specified by:
getName in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns:
the name of the model class info

getModelInfo

public com.sap.tc.cmi.metadata.ICMIModelInfo getModelInfo()
Returns the associated model info.
Specified by:
getModelInfo in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns:
the associated model info

Web Dynpro API Documentation

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