| CIMConstProperty ()
REVIEWERS: Insert text here
|
| CIMConstProperty (const CIMConstProperty& x)
REVIEWERS: Insert text here
|
| CIMConstProperty (const CIMProperty& x)
REVIEWERS: Insert text here
|
| CIMConstProperty ( const CIMName& name, const CIMValue& value, Uint32 arraySize = 0, const CIMName& referenceClassName = CIMName(), const CIMName& classOrigin = CIMName(), Boolean propagated = false)
REVIEWERS: Insert text here
|
| ~CIMConstProperty ()
REVIEWERS: Insert text here
|
CIMConstProperty& | operator= (const CIMConstProperty& x)
REVIEWERS: Insert text here
|
CIMConstProperty& | operator= (const CIMProperty& x)
REVIEWERS: Insert text here
|
const CIMName& | getName () const
REVIEWERS: Insert text here
|
const CIMValue& | getValue () const
REVIEWERS: Insert text here
|
CIMType | getType () const
REVIEWERS: Insert text here
|
Boolean | isArray () const
REVIEWERS: Insert text here
|
Uint32 | getArraySize () const
REVIEWERS: Insert text here
|
const CIMName& | getReferenceClassName () const
REVIEWERS: Insert text here
|
const CIMName& | getClassOrigin () const
REVIEWERS: Insert text here
|
Boolean | getPropagated () const
REVIEWERS: Insert text here
|
Uint32 | findQualifier (const CIMName& name) const
REVIEWERS: Insert text here
|
CIMConstQualifier | getQualifier (Uint32 index) const
REVIEWERS: Insert text here
|
Uint32 | getQualifierCount () const
REVIEWERS: Insert text here
|
Boolean | identical (const CIMConstProperty& x) const
REVIEWERS: Insert text here
|
CIMProperty | clone () const
REVIEWERS: Insert text here
|
Boolean | isUninitialized () const
|