.. java:import:: org.apache.commons.collections CollectionUtils .. java:import:: org.apache.commons.lang StringUtils .. java:import:: java.util ArrayList .. java:import:: java.util Collection .. java:import:: java.util Set SetProperty =========== .. java:package:: org.motechproject.mds.query :noindex: .. java:type:: public class SetProperty extends Property> The \ ``SetProperty``\ class represents a property that will be used in JDO query and it has to have one of the value from the given set. :param : type used in set. Constructors ------------ SetProperty ^^^^^^^^^^^ .. java:constructor:: public SetProperty(String name, Set value) :outertype: SetProperty Methods ------- generateDeclareParameter ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public CharSequence generateDeclareParameter(int idx) :outertype: SetProperty generateFilter ^^^^^^^^^^^^^^ .. java:method:: @Override public CharSequence generateFilter(int idx) :outertype: SetProperty shouldIgnoreThisProperty ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override protected boolean shouldIgnoreThisProperty() :outertype: SetProperty unwrap ^^^^^^ .. java:method:: @Override public Collection unwrap() :outertype: SetProperty