Interface NumericObject

All Superinterfaces:
AtomicObject, DataObject, PropertyHandler
All Known Subinterfaces:
DoubleObject, IntegerObject
All Known Implementing Classes:
DoubleObjectImpl, IntegerObjectImpl, NumericObjectImpl

public interface NumericObject extends AtomicObject
An NumericObject represents an container for an plain old java object of numerical values.

A detailed description can be found in the NumericClass.

This is an abstract interface for that no corresponding implementation exists. This interface just summarises some methods that are equal for all numeric objects like DoubleObject and IntegerObject.

Author:
Rainer Maximini
See Also: