Inheritance diagram for Channel:
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_id () |
Get "id" attribute value. | |
void | set_id (short value) |
Set "id" attribute value. | |
short | get_outputCurrent () |
Get "outputCurrent" attribute value. | |
void | set_outputCurrent (short value) |
Set "outputCurrent" attribute value. | |
short | get_outputDelay () |
Get "outputDelay" attribute value. | |
void | set_outputDelay (short value) |
Set "outputDelay" attribute value. | |
short | get_outputMarkSpace () |
Get "outputMarkSpace" attribute value. | |
void | set_outputMarkSpace (short value) |
Set "outputMarkSpace" attribute value. | |
short | get_stream0Threshold () |
Get "stream0Threshold" attribute value. | |
void | set_stream0Threshold (short value) |
Set "stream0Threshold" attribute value. | |
short | get_stream0Delay () |
Get "stream0Delay" attribute value. | |
void | set_stream0Delay (short value) |
Set "stream0Delay" attribute value. | |
short | get_stream0ErrMask () |
Get "stream0ErrMask" attribute value. | |
void | set_stream0ErrMask (short value) |
Set "stream0ErrMask" attribute value. | |
short | get_stream1Threshold () |
Get "stream1Threshold" attribute value. | |
void | set_stream1Threshold (short value) |
Set "stream1Threshold" attribute value. | |
short | get_stream1Delay () |
Get "stream1Delay" attribute value. | |
void | set_stream1Delay (short value) |
Set "stream1Delay" attribute value. | |
short | get_stream1ErrMask () |
Get "stream1ErrMask" attribute value. | |
void | set_stream1ErrMask (short value) |
Set "stream1ErrMask" attribute value. | |
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.
Channel of MUR in SCT rod
Definition at line 31 of file Channel.java.
|
Method to destroy object.
Implemented in Channel_Impl. |
|
Method to print out values of attributes and relationships.
Implemented in Channel_Impl. Referenced by RodMUR_Impl.print(), and PowerCrate_Impl.print(). |