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.modelFields in org.chenile.query.model declared as ColumnMetadata.ColumnTypeMethods in org.chenile.query.model that return ColumnMetadata.ColumnTypeModifier and TypeMethodDescriptionColumnMetadata.getColumnType()static ColumnMetadata.ColumnTypeReturns 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 TypeMethodDescriptionvoidColumnMetadata.setColumnType(ColumnMetadata.ColumnType columnType)