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

Packages that use NumberAdapter.ShortAdapter
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.ShortAdapter in org.eclipse.emf.query.conditions.numbers
 

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

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


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