Uses of Class
org.eclipse.emf.query.conditions.numbers.NumberAdapter.DoubleAdapter

Packages that use NumberAdapter.DoubleAdapter
org.eclipse.emf.query.conditions.numbers EMF Query Conditions Numbers Package Specification This package exposes the basic numeric based Condition objects that are used to formulate queries. 
 

Uses of NumberAdapter.DoubleAdapter in org.eclipse.emf.query.conditions.numbers
 

Fields in org.eclipse.emf.query.conditions.numbers declared as NumberAdapter.DoubleAdapter
static NumberAdapter.DoubleAdapter NumberAdapter.DoubleAdapter.DEFAULT
          The simplest DoubleAdapter implementation that represents the case when to argument object to adapt is a Double object itself.
 

Constructors in org.eclipse.emf.query.conditions.numbers with parameters of type NumberAdapter.DoubleAdapter
NumberCondition.DoubleValue(Double lowerBound, Double upperBound, NumberAdapter.DoubleAdapter adapter)
          A constructor, besides the NumberAdapter.DoubleAdapter, it also takes two Double arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Double values passed or fall in between.
NumberCondition.DoubleValue(Double number, NumberAdapter.DoubleAdapter adapter)
          A simple constructor, it takes only one Double argument which means in its evaluation the values passed to it must be equal to this Double value passed.
 


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