站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

FieldInfo (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.configuration
Class FieldInfo

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

public class FieldInfo
extends PropertyInfo

See Also:
Serialized Form

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

Constructor Detail

FieldInfo

public FieldInfo(org.w3c.dom.Element fieldElement,
                 ObjectFactoryParser configParser)
Method Detail

injectProperty

public void injectProperty(java.lang.Object object,
                           ObjectFactoryImpl objectFactory)
Overrides:
injectProperty in class PropertyInfo


Version : jbpm-3.1.3