T
- public class DateMatcher<T extends java.util.Date> extends DatePatternMatcher<T> implements FilterMatcher<T>
Constructor and Description |
---|
DateMatcher(boolean match_before) |
Modifier and Type | Method and Description |
---|---|
<X extends DataObject> |
getAcceptFilter(DataObjectFactory<X> fac,
java.lang.String target,
T form_value)
compare the target property and form value for use in the accept
|
getSQLFilter, matchBefore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSQLFilter
public <X extends DataObject> AcceptFilter<X> getAcceptFilter(DataObjectFactory<X> fac, java.lang.String target, T form_value)
Matcher
getAcceptFilter
in interface Matcher<T extends java.util.Date>