@NonNullApi
| Interface | Description |
|---|---|
| Datatype<T> |
Represents a data type of an entity property.
|
| DatatypeRegistry |
Registry for
Datatypes |
| Enumeration<T extends java.lang.Enum> | |
| FormatStringsRegistry |
Registry for
FormatStrings |
| ParameterizedDatatype |
A
Datatype that exposes some internal parameters. |
| TimeZoneAwareDatatype |
A
Datatype that supports correct presentation with timezone. |
| Class | Description |
|---|---|
| Datatypes |
Utility class for accessing datatypes and format strings.
|
| FormatStrings |
Localized format strings container.
|
| Exception | Description |
|---|---|
| ValueConversionException |
Exception that can be thrown during value conversion in
Datatype. |