Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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

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

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

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


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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire