TokenValued Hierarchy
Token values have a hierarchy. At the top is type
TokenValued, the most general type.
• BinaryValued,
BooleanValued,
CharValued,
DateValued,
DurationValued,
Ip4AddressValued,
Ip6AddressValued,
MoneyValued,
ObjectValued,
PeriodValued,
TimeValued,
TimestampValued Note: The NumericValued interfaces are arranged in a hierarchy consistent with Java’s widening primitive conversions. Thus an operator written to consume a double field type will automatically handle float, long, and int fields as well.
Last modified date: 01/06/2023