|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents an common super interface for runtime meta data of a model element. It is therefore extended by ICMIModelInfo, ICMIModelClassInfo, ICMIModelClassPropertyInfo, ICMIRelationInfo and ICMIRelationRoleInfo. This type can be called, extendeded or implemented by applications or frameworks using CMI.
ICMIModelInfo,
ICMIModelClassInfo,
ICMIModelClassPropertyInfo,
ICMIRelationInfo,
ICMIRelationRoleInfo
Type Classification:
This interface is part of the Common Model Interface and is intended to be implemented by applications.
| Method Summary | |
void |
addSupportedOption(String option)
adds option to the supported options of the model element. |
String |
getName()
returns the name of the metadata entity. |
CMISetting |
getSetting(CMISettingDefinition settingDef)
returns the setting of the given settingDef. |
Map |
getSettings()
returns a map with all actual settings. |
void |
setSetting(CMISettingDefinition settingDef,
String value)
set the setting of the given settingDef to the given value. |
Collection |
supportedOptions()
returns a collection of all supported options. |
boolean |
supports(String option)
returns true, if the given option is supported by the model element |
| Method Detail |
public String getName()
public CMISetting getSetting(CMISettingDefinition settingDef)
settingDef.
public void setSetting(CMISettingDefinition settingDef,
String value)
settingDef to the given value.
public Map getSettings()
public boolean supports(String option)
public Collection supportedOptions()
public void addSupportedOption(String option)
option to the supported options of the model element.
|
SAP NetWeaver 2004S SPS 09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||