|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.constantsdef.sys_state
public class sys_state
stop --> after quit or before greet running --> after greet init --> greet
| Field Summary | |
|---|---|
static sys_state |
init
system initiated |
static sys_state |
running
system running |
static sys_state |
stop
system stopped |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(java.lang.String _t)
Indicates whether the sys_state represented by the String _t is "equal to" this one. |
boolean |
equalsTo(sys_state _t)
Indicates whether a sys_state is "equal to" this one. |
int |
hashCode()
|
static sys_state |
toObject(java.lang.String _s)
returns the sys_state representation of the String _s |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final sys_state stop
public static final sys_state running
public static final sys_state init
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equalsTo(sys_state _t)
public boolean equalsTo(java.lang.String _t)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static sys_state toObject(java.lang.String _s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||