org.filteredpush.rdf.processing
Class UnboundPropertyDescriptor
java.lang.Object
org.filteredpush.rdf.processing.UnboundPropertyDescriptor
public class UnboundPropertyDescriptor
- extends java.lang.Object
Describes an unbound property. Unbound properties obtain their values from java
fields or methods in the class designated by the property. This is in contrast to
a bound property, which always has the same value. This is treated as a literal
in the jena model.
- Author:
- dlowery
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnboundPropertyDescriptor
public UnboundPropertyDescriptor()
getJavaMethod
public java.lang.String getJavaMethod()
setJavaMethod
public void setJavaMethod(java.lang.String javaMethod)
getPredicate
public java.lang.String getPredicate()
setPredicate
public void setPredicate(java.lang.String predicate)
getJavaClass
public java.lang.String getJavaClass()
setJavaClass
public void setJavaClass(java.lang.String javaClass)
getJavaField
public java.lang.String getJavaField()
setJavaField
public void setJavaField(java.lang.String javaField)
setLang
public void setLang(java.lang.String lang)
getLang
public java.lang.String getLang()
getValidator
public RdfBeanValidator getValidator()
setValidator
public void setValidator(RdfBeanValidator validator)