com.viceversatech.rdfbeans.reflect
Class AbstractRDFBeanProperty
java.lang.Object
com.viceversatech.rdfbeans.reflect.AbstractRDFBeanProperty
- Direct Known Subclasses:
- RDFProperty, SubjectProperty
public abstract class AbstractRDFBeanProperty
- extends java.lang.Object
AbstractRDFBeanProperty.
- Author:
- alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRDFBeanProperty
public AbstractRDFBeanProperty(java.beans.PropertyDescriptor propertyDescriptor)
getValue
public java.lang.Object getValue(java.lang.Object rdfBean)
throws RDFBeanException
- Throws:
RDFBeanException
setValue
public void setValue(java.lang.Object rdfBean,
java.lang.Object v)
throws RDFBeanException
- Throws:
RDFBeanException
getPropertyDescriptor
public java.beans.PropertyDescriptor getPropertyDescriptor()
getPropertyType
public java.lang.Class getPropertyType()
Copyright © 2011. All Rights Reserved.