com.sap.tc.cmi.metadata
Class CMISetting
java.lang.Object
|
+--com.sap.tc.cmi.metadata.CMISetting
- public class CMISetting
- extends java.lang.Object
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.
- Version:
- $Id: //tc/CommonModelInterface/630_VAL_REL/src/_cmi_api/java/com/sap/tc/cmi/metadata/CMISetting.java#1 $
|
Method Summary |
CMISettingDefinition |
getSettingDefinition()
returns the CMISettingDefinition |
java.lang.String |
getValue()
returns the value of the CMISetting |
java.lang.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 |
CMISetting
protected CMISetting(CMISettingDefinition settingDef,
java.lang.String value)
- protected constructor
getSettingDefinition
public CMISettingDefinition getSettingDefinition()
- returns the CMISettingDefinition
getValue
public java.lang.String getValue()
- returns the value of the CMISetting
toString
public java.lang.String toString()
- returns a String representation of the CMISetting object in the form "SettingDefinition: Setting"
- Overrides:
toString in class java.lang.Object
Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:53