public enum COL_TYPE extends Enum<COL_TYPE>
| Enum Constant and Description |
|---|
BNODE |
BOOLEAN |
DATE |
DATETIME |
DATETIME_STAMP |
DECIMAL |
DOUBLE |
FLOAT |
INT |
INTEGER |
LANG_STRING |
LONG |
NEGATIVE_INTEGER |
NON_NEGATIVE_INTEGER |
NON_POSITIVE_INTEGER |
NULL |
OBJECT |
POSITIVE_INTEGER |
STRING |
TIME |
UNSIGNED_INT |
UNSUPPORTED |
WKT |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static COL_TYPE |
getColType(org.apache.commons.rdf.api.IRI datatypeIRI) |
Optional<org.apache.commons.rdf.api.IRI> |
getIri() |
int |
getQuestCode() |
static COL_TYPE |
getQuestType(int code) |
String |
toString() |
static COL_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COL_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final COL_TYPE UNSUPPORTED
public static final COL_TYPE NULL
public static final COL_TYPE OBJECT
public static final COL_TYPE BNODE
public static final COL_TYPE LANG_STRING
public static final COL_TYPE INTEGER
public static final COL_TYPE DECIMAL
public static final COL_TYPE DOUBLE
public static final COL_TYPE STRING
public static final COL_TYPE DATETIME
public static final COL_TYPE BOOLEAN
public static final COL_TYPE DATE
public static final COL_TYPE TIME
public static final COL_TYPE YEAR
public static final COL_TYPE LONG
public static final COL_TYPE FLOAT
public static final COL_TYPE NEGATIVE_INTEGER
public static final COL_TYPE NON_NEGATIVE_INTEGER
public static final COL_TYPE POSITIVE_INTEGER
public static final COL_TYPE NON_POSITIVE_INTEGER
public static final COL_TYPE INT
public static final COL_TYPE UNSIGNED_INT
public static final COL_TYPE DATETIME_STAMP
public static final COL_TYPE WKT
public static COL_TYPE[] values()
for (COL_TYPE c : COL_TYPE.values()) System.out.println(c);
public static COL_TYPE 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 int getQuestCode()
public Optional<org.apache.commons.rdf.api.IRI> getIri()
public static COL_TYPE getQuestType(int code)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.