Package | Description |
---|---|
eu.bandm.tools.message |
Messages and positions in documents,
cf user documentation.
|
Modifier and Type | Method and Description |
---|---|
TrafficLight.State |
TrafficMessageReceiver.getState() |
TrafficLight.State |
TrafficLight.getState() |
static TrafficLight.State |
TrafficLight.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficLight.State[] |
TrafficLight.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TrafficMessageReceiver.setState(TrafficLight.State state)
Convenience: set state of all currently added traffic lights to
state . |
void |
TrafficLight.setState(TrafficLight.State state) |
Constructor and Description |
---|
TrafficLight(TrafficLight.State state) |
see also the complete user documentation .