EqualProperty ============= .. java:package:: org.motechproject.mds.query :noindex: .. java:type:: public class EqualProperty extends Property The \ ``EqualProperty``\ class represents a property that will be used in JDO query and it has to be equal to the given value. :param : type of the passed value Constructors ------------ EqualProperty ^^^^^^^^^^^^^ .. java:constructor:: public EqualProperty(String name, T value) :outertype: EqualProperty Methods ------- generateFilter ^^^^^^^^^^^^^^ .. java:method:: @Override public CharSequence generateFilter(int idx) :outertype: EqualProperty