Uses of Class
org.eclipse.emf.query.conditions.booleans.BooleanAdapter

Packages that use BooleanAdapter
org.eclipse.emf.query.conditions.booleans EMF Query Conditions Booleans. 
 

Uses of BooleanAdapter in org.eclipse.emf.query.conditions.booleans
 

Fields in org.eclipse.emf.query.conditions.booleans declared as BooleanAdapter
static BooleanAdapter BooleanAdapter.DEFAULT
          The simplest BooleanAdapter implementation that represents the case when the argument object to adapt is a Boolean object itself.
 

Constructors in org.eclipse.emf.query.conditions.booleans with parameters of type BooleanAdapter
BooleanCondition(boolean booleanValue, BooleanAdapter adapter)
          Constructs this BooleanCondition with a boolean value to test for.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.