|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface State
State of a machine.
| Field Summary | |
|---|---|
static State |
UNKNOWN
Default state that every newly created machine has. |
| Method Summary | |
|---|---|
int |
getCode()
Returns code value of this State. |
String |
getName()
Returns the name of this State. |
| Field Detail |
|---|
static final State UNKNOWN
| Method Detail |
|---|
int getCode()
String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||