Inheritance diagram for ChannelMapping:
Public Member Functions | |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
void | destroy (config.Configuration db) |
Method to destroy object. | |
short | get_outputFibre () |
Get "outputFibre" attribute value. | |
void | set_outputFibre (short value) |
Set "outputFibre" attribute value. | |
short | get_stream0Fibre () |
Get "stream0Fibre" attribute value. | |
void | set_stream0Fibre (short value) |
Set "stream0Fibre" attribute value. | |
short | get_stream1Fibre () |
Get "stream1Fibre" attribute value. | |
void | set_stream1Fibre (short value) |
Set "stream1Fibre" attribute value. |
The methods can throw several exceptions:
config.NotFoundException
- in case of wrong attribute or relationship name (e.g. in case of database schema modification) config.SystemException
- in case of system problems (communication or implementation database failure, schema modification, object destruction, etc.)
In addition the methods modifying database (set value, destroy object) can throw config.NotAllowedException
exception in case, if there are no write access rights or database is already locked by other process.
Optional mapping of fibres in MUR
Definition at line 31 of file ChannelMapping.java.
|
Method to destroy object.
Implemented in ChannelMapping_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in ChannelMapping_Impl. |