Class to hold a character value passed by reference. More...
Public Member Functions | |
| CharacterHolder () | |
| Initializes a new instance of the fm.liveswitch.CharacterHolder class. More... | |
| CharacterHolder (char value) | |
| Initializes a new instance of the fm.liveswitch.CharacterHolder class. More... | |
| char | getValue () |
| Gets the value. More... | |
| void | setValue (char value) |
| Sets the value. More... | |
Class to hold a character value passed by reference.
| fm.liveswitch.CharacterHolder.CharacterHolder | ( | ) |
Initializes a new instance of the fm.liveswitch.CharacterHolder class.
| fm.liveswitch.CharacterHolder.CharacterHolder | ( | char | value | ) |
Initializes a new instance of the fm.liveswitch.CharacterHolder class.
| value | The value. |
| char fm.liveswitch.CharacterHolder.getValue | ( | ) |
Gets the value.
| void fm.liveswitch.CharacterHolder.setValue | ( | char | value | ) |
Sets the value.