|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.codestreet.selector.parser.Result
Class to represent typesafe enumeration of evaluating a selector or expression. The enumerations are TRUE, FALSe. and UNKNOWN.
Field Summary | |
static Result |
RESULT_FALSE
FALSE. |
static Result |
RESULT_TRUE
TRUE. |
static Result |
RESULT_UNKNOWN
UNKNOWN. |
Method Summary | |
java.lang.String |
toString()
Override. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Result RESULT_TRUE
public static final Result RESULT_FALSE
public static final Result RESULT_UNKNOWN
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |