|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wvcm.SearchToken.SearchCondition
public static class SearchToken.SearchCondition
Represents a search condition. Expression and location filters are ANDed al together.
Constructor Summary | |
---|---|
SearchToken.SearchCondition(SearchToken.Expression expression)
Constructor |
|
SearchToken.SearchCondition(SearchToken.Expression expression,
SearchToken.LocationFilter[] filters)
Constructor |
Method Summary | |
---|---|
SearchToken.Expression |
expression()
Get the expression |
SearchToken.LocationFilter[] |
filters()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchToken.SearchCondition(SearchToken.Expression expression)
expression
- the expressionpublic SearchToken.SearchCondition(SearchToken.Expression expression, SearchToken.LocationFilter[] filters)
expression
- the expressionMethod Detail |
---|
public SearchToken.Expression expression()
public SearchToken.LocationFilter[] filters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |