public enum KqlType extends Enum<KqlType>
| Enum Constant and Description |
|---|
BOOLEAN |
INSTANT |
INTEGER |
IRI |
NUMBER |
STRING |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.model.URI |
getRdfType() |
static KqlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KqlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KqlType STRING
public static final KqlType INTEGER
public static final KqlType NUMBER
public static final KqlType BOOLEAN
public static final KqlType INSTANT
public static final KqlType IRI
public static KqlType[] values()
for (KqlType c : KqlType.values()) System.out.println(c);
public static KqlType 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 org.openrdf.model.URI getRdfType()
Copyright © 2019. All rights reserved.