Uses of Class
cronapp.reports.j4c.commons.J4CMatchOperator
-
Packages that use J4CMatchOperator Package Description cronapp.reports.j4c.commons cronapp.reports.j4c.dataset -
-
Uses of J4CMatchOperator in cronapp.reports.j4c.commons
Methods in cronapp.reports.j4c.commons that return J4CMatchOperator Modifier and Type Method Description static J4CMatchOperatorJ4CMatchOperator. getByOperator(String operator)static J4CMatchOperatorJ4CMatchOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static J4CMatchOperator[]J4CMatchOperator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of J4CMatchOperator in cronapp.reports.j4c.dataset
Methods in cronapp.reports.j4c.dataset that return J4CMatchOperator Modifier and Type Method Description J4CMatchOperatorJ4CJoin. getOperator()Methods in cronapp.reports.j4c.dataset with parameters of type J4CMatchOperator Modifier and Type Method Description voidJ4CJoin. setOperator(J4CMatchOperator operator)Constructors in cronapp.reports.j4c.dataset with parameters of type J4CMatchOperator Constructor Description J4CJoin(J4CColumn right, J4CMatchOperator operator, J4CColumn left)J4CWhereCondition(J4CDataset parent, J4CColumn column, J4CMatchOperator operator, Object... values)
-