Package org.n52.shetland.oasis.odata
Interface ODataConstants.StringFunctions
-
- All Superinterfaces:
ODataConstants.StringAndCollectionFunctions
- Enclosing interface:
- ODataConstants
public static interface ODataConstants.StringFunctions extends ODataConstants.StringAndCollectionFunctions
-
-
Field Summary
Fields Modifier and Type Field Description static StringMATCHES_PATTERNstatic StringTOLOWERstatic StringTOUPPERstatic StringTRIM-
Fields inherited from interface org.n52.shetland.oasis.odata.ODataConstants.StringAndCollectionFunctions
CONCAT, CONTAINS, ENDSWITH, INDEXOF, LENGTH, STARTSWITH, SUBSTRING, SUBSTRINGOF
-
-
-
-
Field Detail
-
MATCHES_PATTERN
static final String MATCHES_PATTERN
- See Also:
- Constant Field Values
-
TOLOWER
static final String TOLOWER
- See Also:
- Constant Field Values
-
TOUPPER
static final String TOUPPER
- See Also:
- Constant Field Values
-
TRIM
static final String TRIM
- See Also:
- Constant Field Values
-
-