Uses of Interface
dev.omnist.document.Scalar
Packages that use Scalar
-
Uses of Scalar in dev.omnist.document
Classes in dev.omnist.document that implement ScalarModifier and TypeClassDescriptionstatic final recordA scalar holding a boolean value (omnist-spec §2.2.1, typeboolean).static final recordA scalar holding a calendar date without a time component (omnist-spec §2.2.1, typedate).static final recordA scalar holding a date-time with an optional UTC offset (omnist-spec §2.2.1, typedatetime).static final recordA scalar holding an arbitrary-precision integer value (omnist-spec §2.2.1, typeinteger).static final recordA scalar holding an IEEE-754 64-bit floating-point number (omnist-spec §2.2.1, typenumber).static final recordA scalar holding a Unicode text value (omnist-spec §2.2.1, typestring).static final recordA scalar holding a time-of-day with an optional UTC offset (omnist-spec §2.2.1, typetime).