Interface AtomicObject

All Superinterfaces:
DataObject, PropertyHandler
All Known Subinterfaces:
BooleanObject, ByteArrayObject, ChronologicObject, DateObject, DoubleObject, IntegerObject, NumericObject, StringObject, TimeObject, TimestampObject, URIObject
All Known Implementing Classes:
AtomicObjectImpl, BooleanObjectImpl, ByteArrayObjectImpl, ChronologicObjectImpl, DateObjectImpl, DoubleObjectImpl, IntegerObjectImpl, NumericObjectImpl, StringObjectImpl, TimeObjectImpl, TimestampObjectImpl, URIObjectImpl

public interface AtomicObject extends DataObject
An AtomicObject represents an container for an plain old java object.

A detailed description can be found in the AtomicClass.

This is an abstract interface for that no corresponding implementation exists. This interface just summarises some methods that are equal for all atomic objects.

Author:
Rainer Maximini
See Also: