|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.rtrep.v2.OBase
org.apache.ode.bpel.rtrep.v2.OExtVar
public class OExtVar
Compiled representation of an external variable declaration.
Field Summary | |
---|---|
java.lang.String |
externalVariableId
Unique identifier for the external variable. |
OScope.Variable |
related
Related variable containing the identifying information. |
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase |
---|
debugInfo |
Constructor Summary | |
---|---|
OExtVar(OProcess owner)
|
Method Summary |
---|
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 |
Field Detail |
---|
public java.lang.String externalVariableId
public OScope.Variable related
Constructor Detail |
---|
public OExtVar(OProcess owner)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |