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