com.codestreet.selector.parser
Class Result

java.lang.Object
  extended bycom.codestreet.selector.parser.Result

public final class Result
extends java.lang.Object

Class to represent typesafe enumeration of evaluating a selector or expression. The enumerations are TRUE, FALSe. and UNKNOWN.

Author:
Jawaid Hakim.

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

RESULT_TRUE

public static final Result RESULT_TRUE
TRUE.


RESULT_FALSE

public static final Result RESULT_FALSE
FALSE.


RESULT_UNKNOWN

public static final Result RESULT_UNKNOWN
UNKNOWN.

Method Detail

toString

public java.lang.String toString()
Override.

Returns:
Value.


Copyright © 2002-2006 CodeStreet. All Rights Reserved.