org.eobjects.metamodel.util
Class WildcardPattern

java.lang.Object
  extended by 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

Constructor Summary
WildcardPattern(String pattern, char wildcard)
           
 
Method Summary
 boolean matches(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardPattern

public WildcardPattern(String pattern,
                       char wildcard)
Method Detail

matches

public boolean matches(String value)


Copyright © 2007-2013. All Rights Reserved.