Enum Class SparqlFunction
- All Implemented Interfaces:
Serializable, Comparable<SparqlFunction>, Constable, SparqlOperator, QueryElement
The built-in SPARQL Functions. Keeping this public until
Expressions is completed.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic SparqlFunctionReturns the enum constant of this class with the specified name.static SparqlFunction[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ABS
-
BNODE
-
BOUND
-
CEIL
-
COALESCE
-
CONCAT
-
CONTAINS
-
DATATYPE
-
DAY
-
ENCODE_FOR_URI
-
FLOOR
-
HOURS
-
IF
-
IN
-
NOT_IN
-
IRI
-
IS_BLANK
-
IS_IRI
-
IS_LITERAL
-
IS_NUMERIC
-
IS_URI
-
LANG
-
LANGMATCHES
-
LCASE
-
MD5
-
MINUTES
-
MONTH
-
NOW
-
RAND
-
REGEX
-
REPLACE
-
ROUND
-
SAME_TERM
-
SECONDS
-
SHA1
-
SHA256
-
SHA384
-
SHA512
-
STR
-
STRAFTER
-
STRBEFORE
-
STRDT
-
STRENDS
-
STRING
-
STRLANG
-
STRLEN
-
STRSTARTS
-
STRUUID
-
SUBSTR
-
TIMEZONE
-
TZ
-
UCASE
-
URI
-
UUID
-
YEAR
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getQueryString
- Specified by:
getQueryStringin interfaceQueryElement- Returns:
- the String representing the SPARQL syntax of this element
-