Uses of Enum Class
dev.omnist.schema.ScalarKind
Packages that use ScalarKind
Package
Description
OSD (Omnist Schema Definition) modeling and I/O: the
Schema
type model — records, fields, scalar kinds — plus the lexer, parser, and writer
that read and write schemas in their canonical text form (omnist-spec §5).-
Uses of ScalarKind in dev.omnist.schema
Methods in dev.omnist.schema that return ScalarKindModifier and TypeMethodDescriptionstatic ScalarKindScalarKind.fromKeyword(String name) Resolves an OSD bareword back to itsScalarKind.Type.Scalar.kind()Returns the value of thekindrecord component.static ScalarKindReturns the enum constant of this class with the specified name.static ScalarKind[]ScalarKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.omnist.schema with parameters of type ScalarKindModifierConstructorDescriptionScalar(ScalarKind kind, boolean nullable) Creates an instance of aScalarrecord class.