Package org.n52.shetland.rdf
Class AbstractValue
- java.lang.Object
-
- org.n52.shetland.rdf.AbstractValue
-
- All Implemented Interfaces:
RdfPrefix,ResourceAdder
- Direct Known Subclasses:
AbstractDatatype,AbstractLang,AbstractResource,FN,Format,Identifier,Language,MBox,Name
public abstract class AbstractValue extends Object implements RdfPrefix, ResourceAdder
-
-
Constructor Summary
Constructors Constructor Description AbstractValue(String value)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.ResourceaddToResource(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource parent)abstract org.apache.jena.rdf.model.PropertygetProperty()StringgetValue()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.rdf.RdfPrefix
addNsPrefix, getNamespace, getPrefix
-
-
-
-
Constructor Detail
-
AbstractValue
public AbstractValue(String value)
-
-
Method Detail
-
getProperty
public abstract org.apache.jena.rdf.model.Property getProperty()
-
getValue
public String getValue()
-
addToResource
public org.apache.jena.rdf.model.Resource addToResource(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource parent)- Specified by:
addToResourcein interfaceResourceAdder
-
-