public class ExpressionSearchModes extends AbstractSearchMode
Modifier and Type | Field and Description |
---|---|
static SearchMode |
ANY |
static SearchMode |
EXACT |
static SearchMode |
PREFIX |
static SearchMode |
SUFFIX |
MESSAGES, RESOURCE_PREFIX
Modifier and Type | Method and Description |
---|---|
List<SearchParameter> |
getParameters()
Parameters are
EXPRESSION and
SEARCH_FIELDS . |
getDescription, getName, toString
public static final SearchMode EXACT
public static final SearchMode PREFIX
public static final SearchMode SUFFIX
public static final SearchMode ANY
public List<SearchParameter> getParameters()
EXPRESSION
and
SEARCH_FIELDS
.Copyright © 2001-2013 the JGloss developers. All Rights Reserved.