Interface BooleanClass

All Superinterfaces:
AtomicClass, DataClass, PropertyHandler
All Known Implementing Classes:
BooleanClassImpl

public interface BooleanClass extends AtomicClass
A BooleanClass defines a BooleanObject that represents a Boolean value.

The BooleanClass is the simplest AtomicClass because the possible values are true or false. Consequently, further restrictions are not necessary.

Author:
Rainer Maximini
See Also: