.. java:import:: org.motechproject.commons.api Range .. java:import:: java.util Arrays .. java:import:: java.util Collection RangeProperty ============= .. java:package:: org.motechproject.mds.query :noindex: .. java:type:: public class RangeProperty extends Property> The \ ``RangeProperty``\ class represents a property that will be used in JDO query and it has to be inside the given range. :param : type used in range. Constructors ------------ RangeProperty ^^^^^^^^^^^^^ .. java:constructor:: public RangeProperty(String name, Range value) :outertype: RangeProperty Methods ------- generateDeclareParameter ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public CharSequence generateDeclareParameter(int idx) :outertype: RangeProperty generateFilter ^^^^^^^^^^^^^^ .. java:method:: @Override public CharSequence generateFilter(int idx) :outertype: RangeProperty shouldIgnoreThisProperty ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected boolean shouldIgnoreThisProperty() :outertype: RangeProperty unwrap ^^^^^^ .. java:method:: @Override public Collection unwrap() :outertype: RangeProperty