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 |
DELETE_VARIABLE_PROPERITES_BY_INSTANCES
public static final java.lang.String DELETE_VARIABLE_PROPERITES_BY_INSTANCES
- See Also:
- Constant Field Values
HVariableProperty
public HVariableProperty()
- Default constructor
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)