|
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.CMISetting
Instances of this class represent
a setting that the metadata of a model element (like ICMIModelInfo,
ICMIModelClassInfo, ICMIModelClassPropertyInfo, ICMIRelationInfo or
ICMIRelationRoleInfo) can have.
Each CMISetting is associated to a CMISettingDefinition.
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 |
CMISetting(CMISettingDefinition settingDef,
String value)
protected constructor |
| Method Summary | |
CMISettingDefinition |
getSettingDefinition()
returns the CMISettingDefinition |
String |
getValue()
returns the value of the CMISetting |
String |
toString()
returns a String representation of the CMISetting object in the form "SettingDefinition: Setting" |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected CMISetting(CMISettingDefinition settingDef,
String value)
| Method Detail |
public CMISettingDefinition getSettingDefinition()
public String getValue()
public String toString()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||