Uses of Class
tilda.enums.TZMode
-
Packages that use TZMode Package Description tilda.enums tilda.parsing.parts -
-
Uses of TZMode in tilda.enums
Methods in tilda.enums that return TZMode Modifier and Type Method Description static TZMode
TZMode. parse(java.lang.String str)
static TZMode
TZMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TZMode[]
TZMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TZMode in tilda.parsing.parts
Fields in tilda.parsing.parts declared as TZMode Modifier and Type Field Description TZMode
Convention. _DefaultTzMode
TZMode
Column. _TzMode
TZMode
Object. _TzMode
Constructors in tilda.parsing.parts with parameters of type TZMode 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)
-