| CIMQualifier ()
Constructor - Creates a CIM qualifier object with empty name value fields
|
| CIMQualifier (const CIMQualifier& x)
Constructor - Creates a CIM qualifier object from another CIM qualifier object.
|
| CIMQualifier ( const CIMName& name, const CIMValue& value, const CIMFlavor & flavor = CIMFlavor (CIMFlavor::NONE), Boolean propagated = false)
Constructor - Creates a CIM qualifier object with the parameters defined on input.
|
| ~CIMQualifier ()
Destructor
|
CIMQualifier& | operator= (const CIMQualifier& x)
|
const CIMName& | getName () const
Returns the name field from the qualifier.
|
void | setName (const CIMName& name)
Sets the qualifier name field in the qualifier object.
|
CIMType | getType () const
Gets the type field from the qualifier object.
|
Boolean | isArray () const
Return true if the qualifier is an array.
|
const CIMValue& | getValue () const
Gets the value component of the qualifier object.
|
void | setValue (const CIMValue& value)
Puts a CIMValue object into a CIMQualifier object.
|
void | setFlavor (const CIMFlavor & flavor)
Sets the bits defined on input into the Flavor variable for the Qualifier Object.
|
void | unsetFlavor (const CIMFlavor & flavor)
Resets the bits defined for the flavor for the Qualifier Object with the input.
|
const CIMFlavor& | getFlavor () const
Gets the Flavor field from the Qualifier.
|
const Uint32 | getPropagated () const
Gets the Propagated flag for the qualifier.
|
void | setPropagated (Boolean propagated)
Sets the Propagated flag for the qualifier.
|
Boolean | isUninitialized () const
Determines if the object has not been initialized.
|
Boolean | identical (const CIMConstQualifier& x) const
Compares two CIMQualifier objects.
|
CIMQualifier | clone () const
Creates an exact copy of the qualifier and returns the new object.
|