|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OExpression
org.apache.ode.bpel.o.OLValueExpression
public abstract class OLValueExpression
| Field Summary | |
|---|---|
boolean |
insertMissingData
Indicates whether the expression, if it is a simple path, must be created if missing By a simple path, we mean a path expression whose steps are fully-qualified names separated by slashes. |
| Fields inherited from class org.apache.ode.bpel.o.OExpression |
|---|
expressionLanguage |
| Fields inherited from class org.apache.ode.bpel.o.OBase |
|---|
debugInfo |
| Constructor Summary | |
|---|---|
OLValueExpression(OProcess owner)
|
|
| Method Summary | |
|---|---|
abstract OScope.Variable |
getVariable()
|
| Methods inherited from class org.apache.ode.bpel.o.OExpression |
|---|
getExpressionLanguage |
| Methods inherited from class org.apache.ode.bpel.o.OBase |
|---|
dehydrate, digest, equals, getId, getOwner, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean insertMissingData
| Constructor Detail |
|---|
public OLValueExpression(OProcess owner)
owner - | Method Detail |
|---|
public abstract OScope.Variable getVariable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||