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