org.jbpm.configuration
Class AbstractObjectInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractObjectInfo
public AbstractObjectInfo()
AbstractObjectInfo
public AbstractObjectInfo(Element element,
ObjectFactoryParser objectFactoryParser)
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.