Uses of Enum Class
org.chenile.query.model.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
ColumnMetadata.setColumnType
(ColumnMetadata.ColumnType columnType)