org.apache.ode.daohib.bpel.hobj
Class HVariableProperty
java.lang.Object
org.apache.ode.daohib.bpel.hobj.HObject
org.apache.ode.daohib.bpel.hobj.HVariableProperty
public class HVariableProperty
- extends HObject
Efficient storage of properties (bpel properties). Useful for identification
of process instances based on indexed lookup of property values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HVariableProperty
public HVariableProperty()
HVariableProperty
public HVariableProperty(HXmlData var,
java.lang.String name,
java.lang.String value)
getXmlData
public HXmlData getXmlData()
setXmlData
public void setXmlData(HXmlData xmldata)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)