.. java:import:: org.motechproject.mds.util Constants MatchesProperty =============== .. java:package:: org.motechproject.mds.query :noindex: .. java:type:: public class MatchesProperty extends CustomOperatorProperty A convenience extension of the \ :java:ref:`org.motechproject.mds.query.CustomOperatorProperty`\ . The custom operator is "matches()" and the underlying type is String. The value passed will be wrapped inside .*.* for matching purposes. Constructors ------------ MatchesProperty ^^^^^^^^^^^^^^^ .. java:constructor:: public MatchesProperty(String name, String value) :outertype: MatchesProperty