|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Filter Interface for Queries.
Field Summary | |
static java.lang.String[] |
DEFAULT_NAME_PREFIXES
Filter type prefixes |
static int |
DEVELOPER
Filter types |
static int |
FILE
Filter types |
static int |
TIMESPAN
Filter types |
Method Summary | |
java.lang.String |
getContent()
Returns the content of the filter as string |
int |
getFilterType()
Returns the type of the filter, must be one of Filter.FILE, Filter.DEVELOPER, Filter.TIMESPAN |
java.lang.String |
getName()
Returns the name of the filter |
void |
setName(java.lang.String aName)
Sets a name |
Field Detail |
public static final int FILE
public static final int DEVELOPER
public static final int TIMESPAN
public static final java.lang.String[] DEFAULT_NAME_PREFIXES
Method Detail |
public int getFilterType()
public java.lang.String getName()
public java.lang.String getContent()
public void setName(java.lang.String aName)
aName
- name to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |