|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.query.conditions.numbers.NumberAdapter
org.eclipse.emf.query.conditions.numbers.NumberAdapter.ByteAdapter
A subclass of NumberAdapter
to be used to adapt an
argument object to byte
values Clients can either use the
default implemantation supplied or have their own.
Nested Class Summary |
---|
Nested classes inherited from class org.eclipse.emf.query.conditions.numbers.NumberAdapter |
---|
NumberAdapter.ByteAdapter, NumberAdapter.DoubleAdapter, NumberAdapter.FloatAdapter, NumberAdapter.IntegerAdapter, NumberAdapter.LongAdapter, NumberAdapter.ShortAdapter |
Field Summary | |
---|---|
static NumberAdapter.ByteAdapter |
DEFAULT
The simplest ByteAdapter implementation that
represents the case when to argument object to adapt is a Byte object
itself. |
Constructor Summary | |
---|---|
NumberAdapter.ByteAdapter()
|
Method Summary | |
---|---|
abstract byte |
byteValue(java.lang.Object object)
An adapting function whose responsible of extracting the byte 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 |
Field Detail |
public static final NumberAdapter.ByteAdapter DEFAULT
ByteAdapter
implementation that
represents the case when to argument object to adapt is a Byte object
itself.
Constructor Detail |
public NumberAdapter.ByteAdapter()
Method Detail |
public abstract byte byteValue(java.lang.Object object)
byte
value of interest from an the argument object
object
- The Object
to adapt to byte
byte
value of interest that got extracted
by this adapter from the argument object
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |