|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.jpdl.el.impl.ValueSuffix
org.jbpm.jpdl.el.impl.ArraySuffix
org.jbpm.jpdl.el.impl.PropertySuffix
public class PropertySuffix
Represents an operator that obtains the value of another value's property. This is a specialization of ArraySuffix - a.b is equivalent to a["b"]
| Constructor Summary | |
|---|---|
PropertySuffix(java.lang.String pName)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax |
java.lang.String |
getName()
|
void |
setName(java.lang.String pName)
|
| Methods inherited from class org.jbpm.jpdl.el.impl.ArraySuffix |
|---|
evaluate, getIndex, setIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertySuffix(java.lang.String pName)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String pName)
public java.lang.String getExpressionString()
getExpressionString in class ArraySuffix
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||