Uses of Class
ru.curs.celesta.score.ViewColumnType
-
Packages that use ViewColumnType Package Description ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of ViewColumnType in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return ViewColumnType Modifier and Type Method Description ViewColumnTypeViewColumnMeta. getColumnType()Returns column type.ViewColumnTypeParameter. getType()Returns parameter type.static ViewColumnTypeViewColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewColumnType[]ViewColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ru.curs.celesta.score with parameters of type ViewColumnType Constructor Description Parameter(String name, ViewColumnType type)ViewColumnMeta(ViewColumnType type)ViewColumnMeta(ViewColumnType type, int length)
-