Package CIM15 :: Package CDPSM :: Package Connectivity :: Package IEC61970 :: Package Core :: Module NameTypeAuthority' :: Class NameTypeAuthority
[hide private]
[frames] | no frames]

Class NameTypeAuthority

      object --+    
               |    
Element'.Element --+
                   |
                  NameTypeAuthority

Authority responsible for creation and management of names of a given type; typically an organization or an enterprise system.

Instance Methods [hide private]
 
__init__(self, name='', description='', NameTypes=None, *args, **kw_args)
Initialises a new 'NameTypeAuthority' instance.
 
addNameTypes(self, *NameTypes)
 
getNameTypes(self)
All name types managed by this authority.
 
removeNameTypes(self, *NameTypes)
 
setNameTypes(self, value)

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

Class Variables [hide private]
  _attr_types = {'description': <type 'str'>, 'name': <type 'str'>}
  _attrs = ['name', 'description']
  _defaults = {'description': '', 'name': ''}
  _many_refs = ['NameTypes']
  _refs = ['NameTypes']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  NameTypes
All name types managed by this authority.

Inherited from object: __class__

Method Details [hide private]

__init__(self, name='', description='', NameTypes=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'NameTypeAuthority' instance.

Parameters:
  • name - Name of the name type authority.
  • description - Description of the name type authority.
  • NameTypes - All name types managed by this authority.
Overrides: object.__init__

Property Details [hide private]

NameTypes

All name types managed by this authority.

Get Method:
getNameTypes(self) - All name types managed by this authority.
Set Method:
setNameTypes(self, value)