|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elvyx.server.ElvyxEnum
com.elvyx.server.ElvyxState
public class ElvyxState
elvyx state.
| Field Summary | |
|---|---|
static ElvyxState |
EXIT
Exit state |
static ElvyxState |
RESTART
Restart state |
static ElvyxState |
RUN
Run state |
static ElvyxState |
START
Start state |
static ElvyxState |
STOP
Stop state |
| Method Summary | |
|---|---|
ElvyxState |
getEXIT()
Return the exit state |
ElvyxState |
getRESTART()
Return the restart state |
ElvyxState |
getRUN()
Return the run state |
ElvyxState |
getSTART()
Return the start state |
ElvyxState |
getSTOP()
Return the stop state |
| Methods inherited from class com.elvyx.server.ElvyxEnum |
|---|
clone, compareTo, equals, getName, hashCode, name, ordinal, toString, valueOf, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ElvyxState START
public static final ElvyxState STOP
public static final ElvyxState RESTART
public static final ElvyxState RUN
public static final ElvyxState EXIT
| Method Detail |
|---|
public ElvyxState getSTART()
public ElvyxState getSTOP()
public ElvyxState getRESTART()
public ElvyxState getRUN()
public ElvyxState getEXIT()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||