Uses of Class
tilda.enums.ProtectionType
-
Packages that use ProtectionType Package Description tilda.enums tilda.parsing.parts -
-
Uses of ProtectionType in tilda.enums
Methods in tilda.enums that return ProtectionType Modifier and Type Method Description static ProtectionType
ProtectionType. parse(java.lang.String Str)
static ProtectionType
ProtectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProtectionType[]
ProtectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProtectionType in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ProtectionType Modifier and Type Field Description ProtectionType
Column. _Protect
Constructors in tilda.parsing.parts with parameters of type ProtectionType Constructor Description Column(java.lang.String name, java.lang.String typeStr, java.lang.Integer size, boolean nullable, boolean allowEmpty, ColumnMode mode, boolean invariant, ProtectionType protect, java.lang.String Description, java.lang.Integer Precision, java.lang.Integer Scale, java.lang.String maskDef, TZMode tzMode)
-