Uses of Class
ru.curs.celesta.score.TableType
-
Packages that use TableType Package Description ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of TableType in ru.curs.celesta.score
Methods in ru.curs.celesta.score that return TableType Modifier and Type Method Description static TableType
TableType. getByAbbreviation(String abbreviation)
static TableType
TableType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableType[]
TableType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-