Package org.n52.shetland.oasis.odata
Interface ODataConstants.LogicOperators
-
- Enclosing interface:
- ODataConstants
public static interface ODataConstants.LogicOperators
-
-
Field Summary
Fields Modifier and Type Field Description static StringANDstatic StringEQUALSstatic StringGREATER_THANstatic StringGREATER_THAN_OR_EQUALstatic StringHASstatic StringINstatic StringLESS_THANstatic StringLESS_THAN_OR_EQUALstatic StringNOTstatic StringNOT_EQUALSstatic StringOR
-
-
-
Field Detail
-
EQUALS
static final String EQUALS
- See Also:
- Constant Field Values
-
NOT_EQUALS
static final String NOT_EQUALS
- See Also:
- Constant Field Values
-
GREATER_THAN
static final String GREATER_THAN
- See Also:
- Constant Field Values
-
GREATER_THAN_OR_EQUAL
static final String GREATER_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
LESS_THAN
static final String LESS_THAN
- See Also:
- Constant Field Values
-
LESS_THAN_OR_EQUAL
static final String LESS_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
AND
static final String AND
- See Also:
- Constant Field Values
-
OR
static final String OR
- See Also:
- Constant Field Values
-
NOT
static final String NOT
- See Also:
- Constant Field Values
-
HAS
static final String HAS
- See Also:
- Constant Field Values
-
IN
static final String IN
- See Also:
- Constant Field Values
-
-