Satisfied Interfaces: Ordinal<Other>
Direct Known Satisfying Classes: Character
Direct Known Satisfying Interfaces: Integral<Other>

Abstraction of ordinal types whose instances can be mapped to the integers or to a range of integers.

Attributes
integerValueSource Code
shared formal Integer integerValue

The corresponding integer. The implementation must satisfy these constraints:

(x.successor).integerValue = x.integerValue+1
(x.predecessor).integerValue = x.integerValue-1

for every instance x of the enumerable type.

Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Ordinal<Other>
Inherited Methods
Methods inherited from: Object