|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.northwestern.at.monk.model.SearchCriterion
edu.northwestern.at.monk.model.PatternCriterion
public abstract class PatternCriterion
A pattern search criterion.
Pattern criteria are used to match string value attributes.
Patterns may use the following metacharacters:
* Matches any sequence of zero or more characters. . Matches any single character. | p1 | p2 matches the pattern p1 or the pattern p2.
Each pattern criterion class offers a single constructor of the following form,
where T is the type of the criterion:
T (String pattern)
An empty or "no-op" criterion that matches any value can be constructed with a null or empty value for the pattern.
| Method Summary | |
|---|---|
java.lang.String |
getPattern()
Gets the pattern. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getPattern()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||