Uses of Enum Class
dev.hardwood.row.VariantType
Packages that use VariantType
-
Uses of VariantType in dev.hardwood.row
Subclasses with type arguments of type VariantType in dev.hardwood.rowModifier and TypeClassDescriptionenumLogical type of a Variant value, as carried in the Variant binary encoding's value header.Methods in dev.hardwood.row that return VariantTypeModifier and TypeMethodDescriptionPqVariant.type()The Variant type tag decoded from the value header.static VariantTypeReturns the enum constant of this class with the specified name.static VariantType[]VariantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hardwood.row with parameters of type VariantTypeModifier and TypeMethodDescriptionstatic VariantTypeExceptionVariantTypeException.expected(VariantType expected, VariantType actual) static VariantTypeExceptionVariantTypeException.expectedOneOf(String expected, VariantType actual)