| CIMConstObject ()
Constructs a new CIMConstObject with null values (default constructor)
|
| CIMConstObject (const CIMConstObject& x)
Constructs a new CIMConstObject.
|
| CIMConstObject (const CIMObject& x)
Constructs a new CIMConstObject from a CIMObject instance.
|
| CIMConstObject (const CIMClass& x)
Constructs a CIMObject instance from a CIMClass instance.
|
| CIMConstObject (const CIMInstance& x)
Constructs a CIMObject instance from a CIMInstance instance.
|
| CIMConstObject (const CIMConstClass& x)
Constructs a CIMObject instance from a CIMConstClass instance.
|
| CIMConstObject (const CIMConstInstance& x)
Constructs a CIMObject instance from a CIMConstInstance instance.
|
CIMConstObject& | operator= (const CIMConstObject& x)
REVIEWERS: Insert description here.
|
| ~CIMConstObject ()
CIMConstObject destructor
|
const CIMName& | getClassName () const
REVIEWERS: Insert description here
|
const CIMObjectPath& | getPath () const
REVIEWERS: Insert description here
|
Uint32 | findQualifier (const CIMName& name) const
REVIEWERS: Insert description here.
|
CIMConstQualifier | getQualifier (Uint32 index) const
REVIEWERS: Insert description here.
|
Uint32 | getQualifierCount () const
REVIEWERS: Insert description here
|
Uint32 | findProperty (const CIMName& name) const
REVIEWERS: Insert description here.
|
CIMConstProperty | getProperty (Uint32 index) const
REVIEWERS: Insert description here.
|
Uint32 | getPropertyCount () const
REVIEWERS: Insert description here
|
CIMObject | clone () const
REVIEWERS: Insert description here
|
Boolean | identical (const CIMConstObject& x) const
REVIEWERS: Insert description here
|
Boolean | isUninitialized () const
REVIEWERS: Insert description here
|
String | toString () const
Returns a string representing the value of the CIMObject.
|
Boolean | isClass () const
REVIEWERS: Insert description here
|
Boolean | isInstance () const
REVIEWERS: Insert description here
|