Public Member Functions | |
| ConstantSource (T value) | |
| void | setValue (T value) |
| String | toString () |
| T | value () |
Private Attributes | |
| T | _value |
| <T> | the type of the value |
| ConstantSource | ( | T | value | ) |
Constructs a ConstantSource with a fixed value.
| value | the value |
| void setValue | ( | T | value | ) |
Sets a new fixed value.
| value | the new value |
| String toString | ( | ) |
| T value | ( | ) |
Returns the fixed value.
T _value [private] |
1.5.8