Package pywbem :: Module cim_obj :: Class CIMQualifier
[frames] | no frames]

Class CIMQualifier

source code

                   object --+    
                            |    
cim_types._CIMComparisonMixin --+
                                |
                               CIMQualifier

A CIM qualifier value.

A qualifier represents metadata on a class, method, property, etc., and specifies information such as a documentation string or whether a property is a key.

Instance Methods
 
__init__(self, name, value, type=None, propagated=None, overridable=None, tosubclass=None, toinstance=None, translatable=None)
Initialize the CIMQualifier object.
source code
 
copy(self)
Return copy of CIMQualifier object
source code
 
__repr__(self)
repr(x)
source code
 
tocimxml(self)
Return CIM/XML string representing CIMQualifier
source code
 
tomof(self, indent=7)
Return string representing CIMQualifier in MOF format
source code

Inherited from cim_types._CIMComparisonMixin: __eq__, __ge__, __gt__, __le__, __lt__, __ne__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables
  ...
All parameters of __init__ are set as instance variables.
Properties

Inherited from object: __class__

Method Details

__init__(self, name, value, type=None, propagated=None, overridable=None, tosubclass=None, toinstance=None, translatable=None)
(Constructor)

source code 

Initialize the CIMQualifier object.

TODO: add description

Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)