com.elvyx.server
Class ElvyxState

java.lang.Object
  extended by com.elvyx.server.ElvyxEnum
      extended by com.elvyx.server.ElvyxState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class ElvyxState
extends ElvyxEnum
implements java.io.Serializable

elvyx state.

Since:
1.0
Version:
$Revision: 1.2 $
Author:
Armando Perdomo
See Also:
Serialized Form

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

START

public static final ElvyxState START
Start state


STOP

public static final ElvyxState STOP
Stop state


RESTART

public static final ElvyxState RESTART
Restart state


RUN

public static final ElvyxState RUN
Run state


EXIT

public static final ElvyxState EXIT
Exit state

Method Detail

getSTART

public ElvyxState getSTART()
Return the start state

Returns:
elvyxState

getSTOP

public ElvyxState getSTOP()
Return the stop state

Returns:
elvyxState

getRESTART

public ElvyxState getRESTART()
Return the restart state

Returns:
elvyxState

getRUN

public ElvyxState getRUN()
Return the run state

Returns:
elvyxState

getEXIT

public ElvyxState getEXIT()
Return the exit state

Returns:
elvyxState


Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.