|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.tc.cmi.metadata.CMISettingDefinition
Instances of this Enumeration Class represent
a setting definition that the metadata of a model element (like ICMIModelInfo,
ICMIModelClassInfo, ICMIModelClassPropertyInfo, ICMIRelationInfo or
ICMIRelationRoleInfo) can have.
Model implementations can subclass CMISettingDefinition and create their own
enumeration of instances as appropriate via CMISettingDefinition(String settingDef).
Then the corresponding CMISetting instances can be created
via ICMIAbstractInfo.setSetting(CMISettingDefinition settingDef, String value) and
can be retrieved them via ICMIAbstractInfo.getSetting(CMISettingDefinition settingDef) or
via ICMIAbstractInfo.getSettings().
This type can be called or extended by applications or frameworks using CMI.
Type Classification:
This class is part of the Common Model Interface and is intended to be subclassed by applications.
| Constructor Summary | |
protected |
CMISettingDefinition(String settingDef)
protected constructor |
| Method Summary | |
String |
toString()
returns the CMISettingDefinition as String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected CMISettingDefinition(String settingDef)
| Method Detail |
public String toString()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||