public class LibSearchConfiguration extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
LibSearchConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addSearchType(int type) |
boolean |
contains(int type) |
java.util.Vector<java.lang.Integer> |
getSearchTypes() |
void |
removeSearchType(int type) |
void |
serializeToDisk() |
public LibSearchConfiguration()
public void addSearchType(int type)
public void removeSearchType(int type)
public boolean contains(int type)
public java.util.Vector<java.lang.Integer> getSearchTypes()
public void serializeToDisk()