#include <OWBI1_CIMElement.hpp>
Inheritance diagram for OWBI1::CIMElement:
Public Member Functions | |
virtual | ~CIMElement () |
virtual CIMName | getName () const =0 |
In the future, this function will be changed to return a CIMName. | |
virtual void | setName (const CIMName &name)=0 |
Set the name of this CIMElement object. | |
virtual String | toString () const =0 |
This would be CIMClass, CIMInstance, CIMMethod, CIMParameter, CIMProperty, CIMQualifier and CIMQualifierType.
Definition at line 54 of file OWBI1_CIMElement.hpp.
|
Definition at line 44 of file OWBI1_CIMElement.cpp. |
|
In the future, this function will be changed to return a CIMName.
Implemented in OWBI1::CIMClass, OWBI1::CIMInstance, OWBI1::CIMMethod, OWBI1::CIMParameter, OWBI1::CIMProperty, OWBI1::CIMQualifier, and OWBI1::CIMQualifierType. |
|
Set the name of this CIMElement object.
Implemented in OWBI1::CIMClass, OWBI1::CIMInstance, OWBI1::CIMMethod, OWBI1::CIMParameter, OWBI1::CIMProperty, OWBI1::CIMQualifier, and OWBI1::CIMQualifierType. |
|
Implements OWBI1::CIMBase. Implemented in OWBI1::CIMClass, OWBI1::CIMInstance, OWBI1::CIMMethod, OWBI1::CIMParameter, OWBI1::CIMProperty, OWBI1::CIMQualifier, and OWBI1::CIMQualifierType. |