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 DatatypeDataSourceTableInfo. getColumnDatatype(int columnIndex)Returns the datatype of the column with the given index.DatatypeResourceValue. getDatatype()Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Datatype Modifier and Type Method Description static ResourceValueResourceValue. create(java.lang.String lexicalForm, Datatype datatype)static voidResourceValue. 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 DatatypeDatatype. value(short datatypeID)static DatatypeDatatype. value(java.lang.String datatypeIRI)static DatatypeDatatype. 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 DatatypeLiteral. getDatatype()Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type Datatype Modifier and Type Method Description static LiteralLiteral. create(java.lang.String lexicalForm, Datatype datatype)