Abstraction of ordinal types whose instances can be mapped to the integers or to a range of integers.
Attributes | |
integerValue | Source 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 |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Ordinal<Other> |