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