public class StandardSearchParameter extends Object implements SearchParameter
Modifier and Type | Field and Description |
---|---|
protected String |
description |
static SearchParameter |
DISTANCE
Distance used in near match and radius search.
|
static SearchParameter |
EXPRESSION
Search expression string.
|
protected Class<?> |
paramClass |
static SearchParameter |
SEARCH_FIELDS
Search field selection.
|
static SearchParameter |
WILDCARD
Wildcard character used in wildcard search.
|
Constructor and Description |
---|
StandardSearchParameter(Class<?> _paramClass,
String _description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a short description of what this parameter controls.
|
Class<?> |
getParameterClass()
Get the class which objects used as values of this parameter type must be instances of.
|
String |
toString() |
protected Class<?> paramClass
protected String description
public static final SearchParameter EXPRESSION
java.lang.String
.public static final SearchParameter SEARCH_FIELDS
SearchFieldSelection
.public static final SearchParameter WILDCARD
java.lang.Character
.public static final SearchParameter DISTANCE
java.lang.Short
.public Class<?> getParameterClass()
SearchParameter
getParameterClass
in interface SearchParameter
public String getDescription()
SearchParameter
getDescription
in interface SearchParameter
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.