public static class SRemoteClock.SimulationState extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
clockok
The clock ok flag.
|
String |
clocktype
The clock type.
|
boolean |
executing
The execution state.
|
Constructor and Description |
---|
SRemoteClock.SimulationState()
Bean constructor.
|
SRemoteClock.SimulationState(boolean executing,
String clocktype,
boolean clockok)
Create a clock state object.
|
public boolean executing
public String clocktype
public boolean clockok
public SRemoteClock.SimulationState()
public SRemoteClock.SimulationState(boolean executing, String clocktype, boolean clockok)
public int hashCode()
public boolean equals(Object obj)
Copyright © 2013. All Rights Reserved.