|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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| Method Summary | |
void |
addSupportedOption(java.lang.String option)
adds option to the supported options of the model element. |
java.lang.String |
getName()
returns the name of the metadata entity. |
CMISetting |
getSetting(CMISettingDefinition settingDef)
returns the setting of the given settingDef. |
java.util.Map |
getSettings()
returns a map with all actual settings. |
void |
setSetting(CMISettingDefinition settingDef,
java.lang.String value)
set the setting of the given settingDef to the given value. |
java.util.Collection |
supportedOptions()
returns a collection of all supported options. |
boolean |
supports(java.lang.String option)
returns true, if the given option is supported by the model element |
| Method Detail |
public java.lang.String getName()
public CMISetting getSetting(CMISettingDefinition settingDef)
settingDef.
public void setSetting(CMISettingDefinition settingDef,
java.lang.String value)
settingDef to the given value.public java.util.Map getSettings()
public boolean supports(java.lang.String option)
public java.util.Collection supportedOptions()
public void addSupportedOption(java.lang.String option)
option to the supported options of the model element.
|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||