org.sql.generation.api.grammar.booleans
Class BooleanTest.TruthValue

java.lang.Object
  extended by org.sql.generation.api.grammar.booleans.BooleanTest.TruthValue
Enclosing interface:
BooleanTest

public static final class BooleanTest.TruthValue
extends java.lang.Object

The tested truth value.

Author:
Stanislav Muhametsin

Field Summary
static BooleanTest.TruthValue FALSE
          The FALSE truth value.
static BooleanTest.TruthValue TRUE
          The TRUE truth value.
static BooleanTest.TruthValue UNKNOWN
          The UNKNOWN truth value.
 
Constructor Summary
BooleanTest.TruthValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final BooleanTest.TruthValue TRUE
The TRUE truth value.


FALSE

public static final BooleanTest.TruthValue FALSE
The FALSE truth value.


UNKNOWN

public static final BooleanTest.TruthValue UNKNOWN
The UNKNOWN truth value.

Constructor Detail

BooleanTest.TruthValue

public BooleanTest.TruthValue()


Copyright © 2010. All Rights Reserved.