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