|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Switch.State | |
---|---|
org.indi.objects |
Uses of Switch.State in org.indi.objects |
---|
Methods in org.indi.objects that return Switch.State | |
---|---|
Switch.State |
Switch.getState()
|
static Switch.State |
Switch.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Switch.State[] |
Switch.State.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.indi.objects with parameters of type Switch.State | |
---|---|
void |
Switch.setState(Switch.State state)
set the state of the switch |
Constructors in org.indi.objects with parameters of type Switch.State | |
---|---|
Switch(java.lang.String name,
java.lang.String label,
Switch.State state)
class constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |