Uses of Enum Class
ru.curs.celesta.score.ViewColumnType
Packages that use ViewColumnType
-
Uses of ViewColumnType in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return ViewColumnTypeModifier and TypeMethodDescriptionViewColumnMeta.getColumnType()Returns column type.Parameter.getType()Returns parameter type.static ViewColumnTypeReturns the enum constant of this class with the specified name.static ViewColumnType[]ViewColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ru.curs.celesta.score with parameters of type ViewColumnTypeModifierConstructorDescriptionParameter(String name, ViewColumnType type) ViewColumnMeta(ViewColumnType type) ViewColumnMeta(ViewColumnType type, int length)