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