Uses of Enum Class
dev.omnist.document.ScalarKind
Packages that use ScalarKind
-
Uses of ScalarKind in dev.omnist.document
Methods in dev.omnist.document that return ScalarKindModifier and TypeMethodDescriptionScalar.BooleanScalar.kind()Scalar.DateScalar.kind()Scalar.DateTimeScalar.kind()Scalar.IntegerScalar.kind()Scalar.kind()Returns theScalarKindidentifying which of the seven scalar types this value is.Scalar.NumberScalar.kind()Scalar.StringScalar.kind()Scalar.TimeScalar.kind()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.