Uses of Class
org.quattor.pan.dml.data.BooleanProperty

Packages that use BooleanProperty
org.quattor.pan.dml.data Provides data elements for the Data Manipulation Language (DML). 
org.quattor.pan.dml.operators Contains classes that implement all of the pan language operators. 
 

Uses of BooleanProperty in org.quattor.pan.dml.data
 

Fields in org.quattor.pan.dml.data declared as BooleanProperty
static BooleanProperty BooleanProperty.FALSE
           
static BooleanProperty BooleanProperty.TRUE
           
 

Methods in org.quattor.pan.dml.data that return BooleanProperty
static BooleanProperty BooleanProperty.getInstance(boolean value)
           
static BooleanProperty BooleanProperty.getInstance(java.lang.Boolean value)
           
static BooleanProperty BooleanProperty.getInstance(java.lang.String value)
           
 

Uses of BooleanProperty in org.quattor.pan.dml.operators
 

Methods in org.quattor.pan.dml.operators with parameters of type BooleanProperty
static Element LogicalNot.execute(BooleanProperty a)
           
 



Copyright © 2011 Quattor. All Rights Reserved.