org.jbpm.configuration
Class AbstractObjectInfo

java.lang.Object
  extended by org.jbpm.configuration.AbstractObjectInfo
All Implemented Interfaces:
Serializable, ObjectInfo
Direct Known Subclasses:
BeanInfo, BooleanInfo, CharacterInfo, DoubleInfo, FloatInfo, IntegerInfo, JbpmContextInfo, JbpmTypeObjectInfo, ListInfo, LongInfo, MapInfo, NullInfo, RefInfo, SetInfo, StringInfo

public abstract class AbstractObjectInfo
extends Object
implements ObjectInfo

See Also:
Serialized Form

Constructor Summary
AbstractObjectInfo()
           
AbstractObjectInfo(Element element, ObjectFactoryParser objectFactoryParser)
           
 
Method Summary
 String getName()
           
protected  String getValueString(Element element)
           
 boolean hasName()
           
 boolean isSingleton()
           
 void setName(String name)
           
 void setSingleton(boolean singleton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.configuration.ObjectInfo
createObject
 

Constructor Detail

AbstractObjectInfo

public AbstractObjectInfo()

AbstractObjectInfo

public AbstractObjectInfo(Element element,
                          ObjectFactoryParser objectFactoryParser)
Method Detail

getValueString

protected String getValueString(Element element)

hasName

public boolean hasName()
Specified by:
hasName in interface ObjectInfo

getName

public String getName()
Specified by:
getName in interface ObjectInfo

setName

public void setName(String name)

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface ObjectInfo

setSingleton

public void setSingleton(boolean singleton)


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.