|
![](/images/navbasebg.jpg) |
|
|
org.eclipse.emf.query.conditions.numbers
Class NumberAdapter.ShortAdapter
java.lang.Object
org.eclipse.emf.query.conditions.numbers.NumberAdapter<
Short>
org.eclipse.emf.query.conditions.numbers.NumberAdapter.ShortAdapter
-
All Implemented Interfaces:
-
IDataTypeAdapter<
Short>
-
Enclosing class:
-
NumberAdapter<
N extends
Number &
Comparable<? super
N>>
-
public abstract static class NumberAdapter.ShortAdapter
- extends
NumberAdapter<
Short>
A subclass of NumberAdapter to be used to adapt an
argument object to short values Clients can either use the
default implementation supplied or have their own.
Field Summary
|
static
NumberAdapter.ShortAdapter
|
DEFAULT
The simplest ShortAdapter implementation that
represents the case when to argument object to adapt is a Short
object itself. |
Method Summary
|
abstract short
|
shortValue
(
Object object)
An adapting function whose responsible of extracting the
short value of interest from an the argument object |
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
DEFAULT
public static final
NumberAdapter.ShortAdapter DEFAULT
- The simplest
ShortAdapter implementation that
represents the case when to argument object to adapt is a Short
object itself.
NumberAdapter.ShortAdapter
public NumberAdapter.ShortAdapter()
shortValue
public abstract short shortValue(
Object object)
- An adapting function whose responsible of extracting the
short value of interest from an the argument object
-
-
Parameters:
-
object - The Object to adapt to short
-
Returns:
- The
short value of interest that got extracted
by this adapter from the argument object
|
|
|