.. java:import:: org.apache.commons.lang StringUtils CustomOperatorProperty ====================== .. java:package:: org.motechproject.mds.query :noindex: .. java:type:: public class CustomOperatorProperty extends Property The \ ``CustomOperatorProperty``\ class represents a property that will be used in JDO query. This class allows inserting a custom operator, such as \ ``>, <=, matches(), etc.``\ :param : type of the passed value Constructors ------------ CustomOperatorProperty ^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public CustomOperatorProperty(String name, T value, String operator) :outertype: CustomOperatorProperty Methods ------- generateFilter ^^^^^^^^^^^^^^ .. java:method:: @Override public CharSequence generateFilter(int idx) :outertype: CustomOperatorProperty getOperator ^^^^^^^^^^^ .. java:method:: public String getOperator() :outertype: CustomOperatorProperty isOperatorAMethod ^^^^^^^^^^^^^^^^^ .. java:method:: public boolean isOperatorAMethod() :outertype: CustomOperatorProperty