Enum MethodKind
- All Implemented Interfaces:
Serializable
,Comparable<MethodKind>
,java.lang.constant.Constable
Enumeration of supported methods
For the semantic of these methods please see the ODATA specification for URL conventions
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodKind
URI syntax to enumeration valuetoString()
static MethodKind
Returns the enum constant of this type with the specified name.static MethodKind[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
COMPUTE_AGGREGATE
-
CONTAINS
-
STARTSWITH
-
ENDSWITH
-
LENGTH
-
INDEXOF
-
SUBSTRING
-
TOLOWER
-
TOUPPER
-
TRIM
-
CONCAT
-
YEAR
-
MONTH
-
DAY
-
HOUR
-
MINUTE
-
SECOND
-
FRACTIONALSECONDS
-
TOTALSECONDS
-
DATE
-
TIME
-
TOTALOFFSETMINUTES
-
MINDATETIME
-
MAXDATETIME
-
NOW
-
ROUND
-
FLOOR
-
CEILING
-
GEODISTANCE
-
GEOLENGTH
-
GEOINTERSECTS
-
CAST
-
ISOF
-
SUBSTRINGOF
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<MethodKind>
-
get
URI syntax to enumeration value- Parameters:
method
- Method in the syntax used in the URI- Returns:
- Method kind which represents the given syntax
-