public abstract class AbstractSearchMode extends Object implements SearchMode
Modifier and Type | Field and Description |
---|---|
protected static ResourceBundle |
MESSAGES |
protected static String |
RESOURCE_PREFIX |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSearchMode(String id) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a short explanation of the search mode.
|
String |
getName()
Returns the name of the search mode, suitable for presenting to the user.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParameters
protected static final ResourceBundle MESSAGES
protected static final String RESOURCE_PREFIX
protected AbstractSearchMode(String id)
public String getName()
SearchMode
getName
in interface SearchMode
public String getDescription()
SearchMode
getDescription
in interface SearchMode
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.