Uses of Class
tilda.enums.FrameworkColumnType
-
Packages that use FrameworkColumnType Package Description tilda.enums tilda.parsing.parts -
-
Uses of FrameworkColumnType in tilda.enums
Methods in tilda.enums that return FrameworkColumnType Modifier and Type Method Description static FrameworkColumnType
FrameworkColumnType. parse(java.lang.String Str)
static FrameworkColumnType
FrameworkColumnType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FrameworkColumnType[]
FrameworkColumnType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FrameworkColumnType in tilda.parsing.parts
Fields in tilda.parsing.parts declared as FrameworkColumnType Modifier and Type Field Description FrameworkColumnType
Column. _FCT
FrameworkColumnType
ViewColumn. _FCT
-