org.eobjects.metamodel.util
Class WildcardPattern
java.lang.Object
org.eobjects.metamodel.util.WildcardPattern
- All Implemented Interfaces:
- Serializable
public final class WildcardPattern
- extends Object
- implements Serializable
Represents a pattern with a wildcard character. These are typically used in
FilterItems with the LIKE operator.
- See Also:
FilterItem,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildcardPattern
public WildcardPattern(String pattern,
char wildcard)
matches
public boolean matches(String value)
Copyright © 2007-2013. All Rights Reserved.