com.viceversatech.rdfbeans.reflect
Class AbstractRDFBeanProperty

java.lang.Object
  extended by com.viceversatech.rdfbeans.reflect.AbstractRDFBeanProperty
Direct Known Subclasses:
RDFProperty, SubjectProperty

public abstract class AbstractRDFBeanProperty
extends java.lang.Object

AbstractRDFBeanProperty.

Author:
alex

Constructor Summary
AbstractRDFBeanProperty(java.beans.PropertyDescriptor propertyDescriptor)
           
 
Method Summary
 java.beans.PropertyDescriptor getPropertyDescriptor()
           
 java.lang.Class getPropertyType()
           
 java.lang.Object getValue(java.lang.Object rdfBean)
           
 void setValue(java.lang.Object rdfBean, java.lang.Object v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRDFBeanProperty

public AbstractRDFBeanProperty(java.beans.PropertyDescriptor propertyDescriptor)
Method Detail

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.