|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.util.answer_result
public class answer_result
user_answer constants
| Field Summary | |
|---|---|
static answer_result |
complete
afirmation of the actionlevel |
static answer_result |
partial
negation of the actionlevel |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(answer_result _t)
Indicates whether a user_answer is "equal to" this one. |
boolean |
equalsTo(java.lang.String _t)
Indicates whether the user_answer represented by the String _t is "equal to" this one. |
static answer_result |
toObject(java.lang.String _s)
returns the user_answer 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_result partial
public static final answer_result complete
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equalsTo(answer_result _t)
public boolean equalsTo(java.lang.String _t)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static answer_result toObject(java.lang.String _s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||