Uses of Class
sfs2x.client.entities.match.LogicOperator
-
Packages that use LogicOperator Package Description sfs2x.client.entities.match -
-
Uses of LogicOperator in sfs2x.client.entities.match
Methods in sfs2x.client.entities.match that return LogicOperator Modifier and Type Method Description LogicOperatorMatchExpression. getLogicOp()In case of concatenated expressions, returns the current logical operator.static LogicOperatorLogicOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogicOperator[]LogicOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-