Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit | |
com.softwareag.mobile.runtime.toolkit.model |
Modifier and Type | Method and Description |
---|---|
static ExpressionFragment[] |
ExpressionFragment.parsePath(java.lang.String path)
Parses a given path (like expression.myVariable.myArray[1]) and returns
the single fragments as an array.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
EPath.getObjectForExpression(java.lang.Object root,
ExpressionFragment fragment)
Returns a Object for the passed expression or null, if the expression
could not be found.
|
void |
EPath.setObjectForExpression(java.lang.Object root,
ExpressionFragment fragment,
java.lang.Object value)
Sets a Object for the passed expressions.
|