| CIMConstClass ()
|
| CIMConstClass (const CIMConstClass& x)
|
| CIMConstClass (const CIMClass& x)
|
PEGASUS_EXPLICIT | CIMConstClass (const CIMObject& x)
|
PEGASUS_EXPLICIT | CIMConstClass (const CIMConstObject& x)
|
| CIMConstClass ( const CIMName& className, const CIMName& superClassName = CIMName())
|
CIMConstClass& | operator= (const CIMConstClass& x)
|
CIMConstClass& | operator= (const CIMClass& x)
|
| ~CIMConstClass ()
|
Boolean | isAssociation () const
|
Boolean | isAbstract () const
|
const CIMName& | getClassName () const
|
const CIMObjectPath& | getPath () const
|
const CIMName& | getSuperClassName () const
|
Uint32 | findQualifier (const CIMName& name) const
|
CIMConstQualifier | getQualifier (Uint32 index) const
|
Uint32 | getQualifierCount () const
|
Uint32 | findProperty (const CIMName& name) const
|
CIMConstProperty | getProperty (Uint32 index) const
|
Uint32 | getPropertyCount () const
|
Uint32 | findMethod (const CIMName& name) const
|
CIMConstMethod | getMethod (Uint32 index) const
|
Uint32 | getMethodCount () const
|
void | getKeyNames (Array<CIMName>& keyNames) const
|
Boolean | hasKeys () const
|
CIMClass | clone () const
|
Boolean | identical (const CIMConstClass& x) const
|
Boolean | isUninitialized () const
|