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