IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.emf.query.conditions.numbers
Class NumberAdapter.ByteAdapter

java.lang.Object
  extended bycom.ibm.xtools.emf.query.conditions.numbers.NumberAdapter
      extended bycom.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.ByteAdapter
Enclosing class:
NumberAdapter

public abstract static class NumberAdapter.ByteAdapter
extends NumberAdapter

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 com.ibm.xtools.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(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

DEFAULT

public static final NumberAdapter.ByteAdapter DEFAULT
The simplest ByteAdapter implementation that represents the case when to argument object to adapt is a Byte object itself.

Constructor Detail

NumberAdapter.ByteAdapter

public NumberAdapter.ByteAdapter()
Method Detail

byteValue

public abstract byte byteValue(Object object)
An adapting function whose responsible of extracting the byte value of interest from an the argument object

Parameters:
object - The Object to adapt to byte
Returns:
The byte value of interest that got extracted by this adapter from the argument object

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.