In file ../../src/Pegasus/Common/CIMObject.h:

class PEGASUS_COMMON_LINKAGE CIMConstObject

REVIEWERS: Add class defintion here

Documentation

REVIEWERS: Add class defintion here

Inheritance:


Public Methods

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

o CIMConstObject()
Constructs a new CIMConstObject with null values (default constructor)

o CIMConstObject(const CIMConstObject& x)
Constructs a new CIMConstObject.
Parameters:
x - Specifies the name of the CIMConstObject instance to create.

o CIMConstObject(const CIMObject& x)
Constructs a new CIMConstObject from a CIMObject instance.
Parameters:
x - Specifies the name of the CIMObject instance to use to create the CIMConstObject instance.

o CIMConstObject(const CIMClass& x)
Constructs a CIMObject instance from a CIMClass instance.
Parameters:
x - Specifies the name of the CIMClass instance.

o CIMConstObject(const CIMInstance& x)
Constructs a CIMObject instance from a CIMInstance instance.
Parameters:
x - Specifies the name of the CIMInstance instance.

o CIMConstObject(const CIMConstClass& x)
Constructs a CIMObject instance from a CIMConstClass instance.
Parameters:
x - Specifies the name of the CIMConstClass instance.

o CIMConstObject(const CIMConstInstance& x)
Constructs a CIMObject instance from a CIMConstInstance instance.
Parameters:
x - Specifies the name of the CIMConstInstance instance.

oCIMConstObject& operator=(const CIMConstObject& x)
REVIEWERS: Insert description here.
Parameters:
x - Specifies the name of the CIMConstObject instance.

o ~CIMConstObject()
CIMConstObject destructor

oconst CIMName& getClassName() const
REVIEWERS: Insert description here

oconst CIMObjectPath& getPath() const
REVIEWERS: Insert description here

oUint32 findQualifier(const CIMName& name) const
REVIEWERS: Insert description here.
Parameters:
name - Specifies the name of the CIMName instance.

oCIMConstQualifier getQualifier(Uint32 index) const
REVIEWERS: Insert description here.
Parameters:
index - Specifies the name of the Uint32 instance.

oUint32 getQualifierCount() const
REVIEWERS: Insert description here

oUint32 findProperty(const CIMName& name) const
REVIEWERS: Insert description here.
Parameters:
name - Specifies the name of the CIMName instance.

oCIMConstProperty getProperty(Uint32 index) const
REVIEWERS: Insert description here.
Parameters:
index - Specifies the name of the Uint32 instance.

oUint32 getPropertyCount() const
REVIEWERS: Insert description here

oCIMObject clone() const
REVIEWERS: Insert description here

oBoolean identical(const CIMConstObject& x) const
REVIEWERS: Insert description here

oBoolean isUninitialized() const
REVIEWERS: Insert description here

oString toString() const
Returns a string representing the value of the CIMObject. With the inclusion of CIMObject as a CIMValue, the intent of the toString() method is to produce a "human-readable" string consistent with other CIMValue types. The string will be a MOF representation of the object (ie. either CIMClass or CIMInstance) using the _rep's toMof() method.
Returns:
String representing the CIMObject value.

oBoolean isClass() const
REVIEWERS: Insert description here

oBoolean isInstance() const
REVIEWERS: Insert description here


This class has no child classes.
Friends:
class CIMObject
class CIMClass
class CIMConstClass
class CIMInstance
class CIMConstInstance

Alphabetic index HTML hierarchy of classes or Java