org.sql.generation.api.grammar.booleans
Class BooleanTest.TruthValue
java.lang.Object
org.sql.generation.api.grammar.booleans.BooleanTest.TruthValue
- Enclosing interface:
- BooleanTest
public static final class BooleanTest.TruthValue
- extends Object
The tested truth value.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
BooleanTest.TruthValue
public BooleanTest.TruthValue()
Copyright © 2010-2012. All Rights Reserved.