|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.util.answer_expected
public class answer_expected
expected constants
Field Summary | |
---|---|
static answer_expected |
all
system initiated |
static answer_expected |
no
system stopped |
static answer_expected |
partial
system running |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(answer_expected _t)
Indicates whether a expected is "equal to" this one. |
boolean |
equalsTo(java.lang.String _t)
Indicates whether the expected represented by the String _t is "equal to" this one. |
static answer_expected |
toObject(java.lang.String _s)
returns the expected 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, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final answer_expected no
public static final answer_expected partial
public static final answer_expected all
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equalsTo(answer_expected _t)
public boolean equalsTo(java.lang.String _t)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static answer_expected toObject(java.lang.String _s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |