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

Class CIMParameter

source code

                   object --+    
                            |    
cim_types._CIMComparisonMixin --+
                                |
                               CIMParameter

A CIM parameter.
Instance Methods
 
__init__(self, name, type, reference_class=None, is_array=None, array_size=None, qualifiers={}, value=None)
Initialize the CIMParameter object.
source code
 
copy(self)
return copy of the CIMParameter object
source code
 
__repr__(self)
repr(x)
source code
 
tocimxml(self)
Return String containing CIM/XML representation of the CIMParameter
source code
 
tomof(self)
Return string with MOF representation of CIMParameter
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, type, reference_class=None, is_array=None, array_size=None, qualifiers={}, value=None)
(Constructor)

source code 

Initialize the CIMParameter object.

TODO: add description

Overrides: object.__init__

__repr__(self)
(Representation operator)

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