|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberAdapter.LongAdapter | |
---|---|
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.LongAdapter in org.eclipse.emf.query.conditions.numbers |
---|
Fields in org.eclipse.emf.query.conditions.numbers declared as NumberAdapter.LongAdapter | |
static NumberAdapter.LongAdapter |
NumberAdapter.LongAdapter.DEFAULT
The simplest LongAdapter implementation that
represents the case when to argument object to adapt is a Long object
itself. |
Constructors in org.eclipse.emf.query.conditions.numbers with parameters of type NumberAdapter.LongAdapter | |
NumberCondition.LongValue(java.lang.Long number,
NumberAdapter.LongAdapter adapter)
A simple constructor, it takes only one Long argument
which means in its evaluation the values passed to it must be equal
to this Long value passed. |
|
NumberCondition.LongValue(java.lang.Long lowerBound,
java.lang.Long upperBound,
NumberAdapter.LongAdapter adapter)
A constructor, besides the NumberAdapter.LongAdapter ,
it also takes two Long arguments, a lowerBound and an
upperBound, which means in its evaluation the values passed to it
must be equal to any these two Long values passed or
fall in between. |
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |