Package ASAM :: Package HILAPI :: Package Concurrent :: Package Common :: Package Symbol :: Module Symbol :: Class StringSymbol

Class StringSymbol

                               object --+        
                                        |        
  Interfaces.Common.Symbol.Symbol.ISymbol --+    
                                            |    
                                       Symbol --+
                                                |
                               object --+       |
                                        |       |
  Interfaces.Common.Symbol.Symbol.ISymbol --+   |
                                            |   |
Interfaces.Common.Symbol.Symbol.IStringSymbol --+
                                                |
                                               StringSymbol

Instance Methods
 
__init__(self, Value=None)
x.__init__(...) initializes x; see help(type(x)) for signature
unicode
getValue(self)
 
setValue(self, Value)

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

Properties
  Value

Inherited from object: __class__

Method Details

__init__(self, Value=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getValue(self)

 
Returns: unicode
Overrides: Interfaces.Common.Symbol.Symbol.IStringSymbol.getValue
(inherited documentation)

setValue(self, Value)

 
Overrides: Interfaces.Common.Symbol.Symbol.IStringSymbol.setValue
(inherited documentation)

Property Details

Value

Get Method:
getValue(self)
Set Method:
setValue(self, Value)