public enum MethodKind extends Enum<MethodKind>
Enum Constant and Description |
---|
CAST |
CEILING |
CONCAT |
CONTAINS |
DATE |
DAY |
ENDSWITH |
FLOOR |
FRACTIONALSECONDS |
GEODISTANCE |
GEOINTERSECTS |
GEOLENGTH |
HOUR |
INDEXOF |
ISOF |
LENGTH |
MAXDATETIME |
MINDATETIME |
MINUTE |
MONTH |
NOW |
ROUND |
SECOND |
STARTSWITH |
SUBSTRING |
TIME |
TOLOWER |
TOTALOFFSETMINUTES |
TOTALSECONDS |
TOUPPER |
TRIM |
YEAR |
Modifier and Type | Method and Description |
---|---|
static MethodKind |
get(String method)
URI syntax to enumeration value
|
String |
toString() |
static MethodKind |
valueOf(String name)
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.
|
public static final MethodKind CONTAINS
public static final MethodKind STARTSWITH
public static final MethodKind ENDSWITH
public static final MethodKind LENGTH
public static final MethodKind INDEXOF
public static final MethodKind SUBSTRING
public static final MethodKind TOLOWER
public static final MethodKind TOUPPER
public static final MethodKind TRIM
public static final MethodKind CONCAT
public static final MethodKind YEAR
public static final MethodKind MONTH
public static final MethodKind DAY
public static final MethodKind HOUR
public static final MethodKind MINUTE
public static final MethodKind SECOND
public static final MethodKind FRACTIONALSECONDS
public static final MethodKind TOTALSECONDS
public static final MethodKind DATE
public static final MethodKind TIME
public static final MethodKind TOTALOFFSETMINUTES
public static final MethodKind MINDATETIME
public static final MethodKind MAXDATETIME
public static final MethodKind NOW
public static final MethodKind ROUND
public static final MethodKind FLOOR
public static final MethodKind CEILING
public static final MethodKind GEODISTANCE
public static final MethodKind GEOLENGTH
public static final MethodKind GEOINTERSECTS
public static final MethodKind CAST
public static final MethodKind ISOF
public static MethodKind[] values()
for (MethodKind c : MethodKind.values()) System.out.println(c);
public static MethodKind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<MethodKind>
public static MethodKind get(String method)
method
- Method in the syntax used in the URICopyright © 2013–2018 The Apache Software Foundation. All rights reserved.