Package CIM14 :: Package IEC61970 :: Package Outage :: Module ClearanceTagType' :: Class ClearanceTagType
[hide private]
[frames] | no frames]

Class ClearanceTagType

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         ClearanceTagType

Type of ClearanceTag. Could indicate the type of work to be performed and/or the type of supervisory control.

Instance Methods [hide private]
 
__init__(self, ClearanceTags=None, *args, **kw_args)
Initialises a new 'ClearanceTagType' instance.
 
addClearanceTags(self, *ClearanceTags)
 
getClearanceTags(self)
The ClearanceTags currently being defined for this type.
 
removeClearanceTags(self, *ClearanceTags)
 
setClearanceTags(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['ClearanceTags']
  _refs = ['ClearanceTags']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ClearanceTags
The ClearanceTags currently being defined for this type.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, ClearanceTags=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ClearanceTagType' instance.

Parameters:
  • ClearanceTags - The ClearanceTags currently being defined for this type.
Overrides: object.__init__

Property Details [hide private]

ClearanceTags

The ClearanceTags currently being defined for this type.

Get Method:
getClearanceTags(self) - The ClearanceTags currently being defined for this type.
Set Method:
setClearanceTags(self, value)