org.apache.ode.bpel.rtrep.v2
Class OVarType
java.lang.Object
org.apache.ode.bpel.rtrep.v2.OBase
org.apache.ode.bpel.rtrep.v2.OVarType
- All Implemented Interfaces:
- java.io.Serializable, ActivityModel
- Direct Known Subclasses:
- OConstantVarType, OElementVarType, OMessageVarType, OPropertyVarType, OXsdTypeVarType
public abstract class OVarType
- extends OBase
Base class for variable types.
- See Also:
- Serialized Form
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase |
debugInfo |
Method Summary |
abstract org.w3c.dom.Node |
newInstance(org.w3c.dom.Document doc)
Create a new instance of this variable. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SCHEMA_TYPE
public static int SCHEMA_TYPE
NUMBER_TYPE
public static int NUMBER_TYPE
STRING_TYPE
public static int STRING_TYPE
underlyingType
public int underlyingType
OVarType
public OVarType(OProcess owner)
newInstance
public abstract org.w3c.dom.Node newInstance(org.w3c.dom.Document doc)
- Create a new instance of this variable.
- Returns:
- a "skeleton" representation of this variable