isql
Class ISQLSelectParser.BooleanConstant

java.lang.Object
  extended by isql.ISQLSelectParser.BooleanConstant
All Implemented Interfaces:
ISQLSelectParser.IConstant
Enclosing class:
ISQLSelectParser

public static class ISQLSelectParser.BooleanConstant
extends java.lang.Object
implements ISQLSelectParser.IConstant


Constructor Summary
ISQLSelectParser.BooleanConstant(java.lang.String booleanValue)
           
 
Method Summary
 boolean getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.BooleanConstant

public ISQLSelectParser.BooleanConstant(java.lang.String booleanValue)
Method Detail

getValue

public boolean getValue()