- java.lang.Object
-
- com.mmnaseri.utils.spring.data.domain.impl.ImmutableMatchedOperator
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName in interface Operator
- Returns:
- the name of the operator. Used for error reporting and such.
-
getOperands
public int getOperands()
- Specified by:
getOperands in interface Operator
- Returns:
- the number of operands this operator needs (besides the property on the entity). So, for instance, an
equality check would require 1 operand.
Copyright © 2014–2016. All rights reserved.