Uses of Class
org.n52.shetland.rdf.AbstractDatatype.DataType
-
Packages that use AbstractDatatype.DataType Package Description org.n52.shetland.rdf org.n52.shetland.rdf.dct org.n52.shetland.rdf.locn -
-
Uses of AbstractDatatype.DataType in org.n52.shetland.rdf
Methods in org.n52.shetland.rdf that return AbstractDatatype.DataType Modifier and Type Method Description static AbstractDatatype.DataTypeAbstractDatatype.DataType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static AbstractDatatype.DataType[]AbstractDatatype.DataType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.n52.shetland.rdf with parameters of type AbstractDatatype.DataType Constructor Description AbstractDatatype(AbstractDatatype.DataType dataType, String value)Deprecated. -
Uses of AbstractDatatype.DataType in org.n52.shetland.rdf.dct
Constructors in org.n52.shetland.rdf.dct with parameters of type AbstractDatatype.DataType Constructor Description Issued(AbstractDatatype.DataType dataType, String value)Deprecated.Modified(AbstractDatatype.DataType dataType, String value)Deprecated. -
Uses of AbstractDatatype.DataType in org.n52.shetland.rdf.locn
Constructors in org.n52.shetland.rdf.locn with parameters of type AbstractDatatype.DataType Constructor Description Geometry(AbstractDatatype.DataType dataType, String value)Deprecated.
-