|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproject.biota.util.Keyword
Keyword holds the DiGIR keywords. There are three types of keyword:
- COP includes equals, notEquals, greaterThan, greaterThanOrEquals,
lessThan, lessThanOrEquals, like.
- MultiCOP includes IN.
- LOP includes and, or, andNot, orNot
Field Summary | |
static int |
COP
Comparitive OPerator |
static int |
LOP
Logical OPerator |
static int |
MULTICOP
MULTI-element Comparitive OPerator |
Constructor Summary | |
Keyword(String value,
int type)
Constructs a Keyword object holding its value and type. |
Method Summary | |
int |
getKeyType()
Gets the type of the keyword, COP, MULTICOP, or LOP. |
String |
getValue()
Gets the string value of the keyword. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int COP
public static int MULTICOP
public static int LOP
Constructor Detail |
public Keyword(String value, int type)
value
- the string value of the keywordtype
- the type of the keywordMethod Detail |
public String getValue()
public int getKeyType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |