Package bar :: Module mbatParser :: Class barMbatLabel
[hide private]
[frames] | no frames]

Class barMbatLabel


Helper class for mbat .lif file

Instance Methods [hide private]
None
__init__(self, xmlElement)
Returns: None

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

Class Variables [hide private]
  _elementAttributes = ['abbreviation', 'color', 'name', 'id']
  _optionalAttributes = ['description']
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, xmlElement)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • xmlElement (xml DOM object) - mbat .lif file xml element
Returns: None
None
Overrides: object.__init__