Uses of Class
tech.oxfordsemantic.jrdfox.logic.Datatype
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client | |
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.expression |
-
Uses of Datatype in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return Datatype Modifier and Type Method Description Datatype
DataSourceTableInfo. getColumnDatatype(int columnIndex)
Returns the datatype of the column with the given index.Datatype
ResourceValue. getDatatype()
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Datatype Modifier and Type Method Description static void
ResourceValue. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, java.lang.String lexicalForm, Datatype datatype)
Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type Datatype Constructor Description DataSourceTableInfo(java.lang.String name, java.lang.String[] columnNames, Datatype[] columnDatatypes)
-
Uses of Datatype in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic that return Datatype Modifier and Type Method Description static Datatype
Datatype. value(short datatypeID)
static Datatype
Datatype. value(java.lang.String datatypeIRI)
static Datatype
Datatype. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Datatype[]
Datatype. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Datatype in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression that return Datatype Modifier and Type Method Description Datatype
Literal. getDatatype()
Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type Datatype Modifier and Type Method Description static Literal
Literal. create(java.lang.String lexicalForm, Datatype datatype)