Uses of Class
tech.oxfordsemantic.jrdfox.logic.Datatype
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client | |
tech.oxfordsemantic.jrdfox.logic |
-
Uses of Datatype in tech.oxfordsemantic.jrdfox.client
Fields in tech.oxfordsemantic.jrdfox.client declared as Datatype Modifier and Type Field Description Datatype
ResourceValue. m_datatype
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.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)
ResourceValue(java.lang.String lexicalForm, Datatype datatype)
-
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.