| CIMConstObject ()
Constructs an uninitialized CIMConstObject object.
|
| CIMConstObject (const CIMConstObject& x)
Constructs a CIMConstObject object from the value of a specified CIMConstObject object, so that both objects refer to the same data copy.
|
| CIMConstObject (const CIMObject& x)
Constructs a CIMConstObject object from the value of a specified CIMObject object, so that both objects refer to the same data copy.
|
| CIMConstObject (const CIMClass& x)
Constructs a CIMConstObject object from the value of a specified CIMClass object, so that both objects refer to the same data copy.
|
| CIMConstObject (const CIMInstance& x)
Constructs a CIMConstObject object from the value of a specified CIMInstance object, so that both objects refer to the same data copy.
|
| CIMConstObject (const CIMConstClass& x)
Constructs a CIMConstObject object from the value of a specified CIMConstClass object, so that both objects refer to the same data copy.
|
| CIMConstObject (const CIMConstInstance& x)
Constructs a CIMConstObject object from the value of a specified CIMConstInstance object, so that both objects refer to the same data copy.
|
CIMConstObject& | operator= (const CIMConstObject& x)
Assigns the value of the specified CIMConstObject object to this object, so that both objects refer to the same data copy.
|
| ~CIMConstObject ()
Destructs the CIMConstObject object
|
const CIMName& | getClassName () const
Gets the class name of the object.
|
const CIMObjectPath& | getPath () const
Gets the object path for the object.
|
Uint32 | findQualifier (const CIMName& name) const
Finds a qualifier by name.
|
CIMConstQualifier | getQualifier (Uint32 index) const
Gets the qualifier at the specified index.
|
Uint32 | getQualifierCount () const
Gets the number of qualifiers in the object.
|
Uint32 | findProperty (const CIMName& name) const
Finds a property by name.
|
CIMConstProperty | getProperty (Uint32 index) const
Gets the property at the specified index.
|
Uint32 | getPropertyCount () const
Gets the number of properties in the object.
|
CIMObject | clone () const
Makes a deep copy of the object.
|
Boolean | identical (const CIMConstObject& x) const
Compares the CIMConstObject with a specified CIMConstObject.
|
Boolean | isUninitialized () const
Determines whether the object has been initialized.
|
String | toString () const
Generates a human-readable String representing the value of the CIMObject.
|
Boolean | isClass () const
Indicates whether the object represents a CIMConstClass.
|
Boolean | isInstance () const
Indicates whether the object represents a CIMConstInstance.
|