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 DatatypeResourceValue. m_datatypeMethods 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.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Datatype Modifier and Type Method Description 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)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 DatatypeLiteral. getDatatype()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.