org.jbpm.configuration
Class PropertyInfo

java.lang.Object
  extended by org.jbpm.configuration.PropertyInfo
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FieldInfo

public class PropertyInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PropertyInfo(org.w3c.dom.Element propertyElement, ObjectFactoryParser configParser)
           
 
Method Summary
 java.lang.reflect.Method findSetter(java.lang.Class clazz)
           
 void injectProperty(java.lang.Object object, ObjectFactoryImpl objectFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyInfo

public PropertyInfo(org.w3c.dom.Element propertyElement,
                    ObjectFactoryParser configParser)
Method Detail

injectProperty

public void injectProperty(java.lang.Object object,
                           ObjectFactoryImpl objectFactory)

findSetter

public java.lang.reflect.Method findSetter(java.lang.Class clazz)