Package glue :: Package ligolw :: Module ligolw :: Class Param
[hide private]
[frames] | no frames]

Class Param

source code

object --+    
         |    
   Element --+
             |
            Param
Known Subclasses:

Param element.

Instance Methods [hide private]

Inherited from Element: __init__, appendChild, appendData, endElement, end_tag, getAttribute, getChildrenByAttributes, getElements, getElementsByTagName, hasAttribute, insertBefore, removeAttribute, removeChild, replaceChild, setAttribute, start_tag, unlink, write

Inherited from Element (private): _verifyChildren

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

Class Methods [hide private]

Inherited from Element: validattributes

Class Variables [hide private]
  tagName = u'Param'
hash(x)
  validchildren = frozenset([u'Comment'])
Properties [hide private]
  DataUnit
The "DataUnit" attribute.
  Name
The "Name" attribute.
  Scale
The "Scale" attribute.
  Start
The "Start" attribute.
  Type
The "Type" attribute.
  Unit
The "Unit" attribute.

Inherited from object: __class__

Property Details [hide private]

DataUnit

The "DataUnit" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)

Name

The "Name" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)

Scale

The "Scale" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)

Start

The "Start" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)

Type

The "Type" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)

Unit

The "Unit" attribute.

Get Method:
unreachable.getter(self)
Set Method:
unreachable.setter(self, value)
Delete Method:
unreachable.deleter(self)