Package dev.omnist.document
Interface Value
- All Known Subinterfaces:
Scalar
- All Known Implementing Classes:
Scalar.BooleanScalar,Scalar.DateScalar,Scalar.DateTimeScalar,Scalar.IntegerScalar,Scalar.NumberScalar,Scalar.StringScalar,Scalar.TimeScalar,Value.NullValue
Represents a value in the Document model (omnist-spec §2.2).
value = scalar-value | nullA value is either a
Scalar or Value.NullValue.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordRepresents the null value in the Document model (omnist-spec §2.2.1). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Value.NullValueSingleton instance representing the null value.
-
Field Details
-
NULL
Singleton instance representing the null value.
-