org.filteredpush.rdf.processing
Class BoundPropertyDescriptor
java.lang.Object
org.filteredpush.rdf.processing.BoundPropertyDescriptor
public class BoundPropertyDescriptor
- extends java.lang.Object
Describes the concept of a bound property. A bound property
contains static literal content and is represented by a
datatype property in the jena model.
- Author:
- dlowery
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundPropertyDescriptor
public BoundPropertyDescriptor()
getPredicate
public java.lang.String getPredicate()
setPredicate
public void setPredicate(java.lang.String predicate)
getLang
public java.lang.String getLang()
setLang
public void setLang(java.lang.String lang)
getDataType
public java.lang.String getDataType()
setDataType
public void setDataType(java.lang.String dataType)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)