Concepts to Know
>
Concepts to Know
>
Tokens and Types
>
Token Containers
>
Concrete Implementations
Was this helpful?
Concrete Implementations
Each of the
TokenValued
interfaces have concrete, immutable implementations whose name ends with the Token suffix.
DataRegisters
extend both
TokenValued
and
TokenSettable
and are thus both readable and writable.
Each of the
TokenSettable
interfaces have concrete mutable implementations whose name ends with the Register suffix.
TokenValued interface
TokenSettable interface
Concrete immutable implementation
Concrete mutable implementation
BinaryValued
BinarySettable
BinaryToken
BinaryRegister
BooleanValued
BooleanSettable
BooleanToken
BooleanRegister
CharValued
CharSettable
CharToken
CharRegister
DateValued
DateSettable
DateToken
DateRegister
DoubleValued
DoubleSettable
DoubleToken
DoubleRegister
DurationValued
DurationSettable
DurationToken
DurationRegister
Ip4AddressValued
Ip4AddressSettable
Ip4AddressToken
Ip4AddressRegister
Ip6AddressValued
Ip6AddressSettable
Ip6AddressToken
Ip6AddressRegister
FloatValued
FloatSettable
FloatToken
FloatRegister
IntValued
IntSettable
IntToken
IntRegister
LongValued
LongSettable
LongToken
LongRegister
MoneyValued
MoneySettable
MoneyToken
MoneyRegister
NumericValued
NumericSettable
NumericToken
NumericRegister
ObjectValued
ObjectSettable
ObjectToken
ObjectRegister
PeriodValued
PeriodSettable
PeriodToken
PeriodRegister
RecordValued
RecordSettable
RecordToken
RecordRegister
StringValued
StringSettable
StringToken
StringRegister
TimestampValued
TimestampSettable
TimestampToken
TimestampRegister
TimeValued
TimeSettable
TimeToken
TimeRegister
Last modified date: 06/14/2024
This site works best with JavaScript enabled