org.apache.ode.bpel.rtrep.v2
Class OConstantVarType

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OVarType
          extended by org.apache.ode.bpel.rtrep.v2.OConstantVarType
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OConstantVarType
extends OVarType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OVarType
NUMBER_TYPE, SCHEMA_TYPE, STRING_TYPE, underlyingType
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OConstantVarType(OProcess owner, org.w3c.dom.Node value)
           
 
Method Summary
 org.w3c.dom.Node getValue()
           
 org.w3c.dom.Node newInstance(org.w3c.dom.Document doc)
          Create a new instance of this variable.
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OConstantVarType

public OConstantVarType(OProcess owner,
                        org.w3c.dom.Node value)
Method Detail

newInstance

public org.w3c.dom.Node newInstance(org.w3c.dom.Document doc)
Description copied from class: OVarType
Create a new instance of this variable.

Specified by:
newInstance in class OVarType
Returns:
a "skeleton" representation of this variable

getValue

public org.w3c.dom.Node getValue()