Uses of Enum Class
org.chenile.query.model.ColumnMetadata.ColumnType
Packages that use ColumnMetadata.ColumnType
Package
Description
Contains the core model of the QUERY API that can be extended by various implementations.
-
Uses of ColumnMetadata.ColumnType in org.chenile.query.model
Fields in org.chenile.query.model declared as ColumnMetadata.ColumnTypeMethods in org.chenile.query.model that return ColumnMetadata.ColumnTypeModifier and TypeMethodDescriptionColumnMetadata.getColumnType()
static ColumnMetadata.ColumnType
Returns the enum constant of this class with the specified name.static ColumnMetadata.ColumnType[]
ColumnMetadata.ColumnType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.chenile.query.model with parameters of type ColumnMetadata.ColumnTypeModifier and TypeMethodDescriptionvoid
ColumnMetadata.setColumnType
(ColumnMetadata.ColumnType columnType)