Package CIM14 :: Module Element' :: Class Element
[hide private]
[frames] | no frames]

Class Element

object --+
         |
        Element
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, UUID='')
Initialises a new 'Element' instance.

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

Class Variables [hide private]
  _attr_types = {'UUID': <type 'str'>}
  _attrs = ['UUID']
  _defaults = {'UUID': ''}
  _enums = {}
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, UUID='')
(Constructor)

 

Initialises a new 'Element' instance.

Parameters:
  • UUID
Overrides: object.__init__