public static class Call.ExpressionParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
parameterId |
protected Object |
parameterValue |
| Constructor and Description |
|---|
ExpressionParameter(String parameterId,
Object parameterValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterId() |
Object |
getParameterValue() |
protected final String parameterId
protected final Object parameterValue
public ExpressionParameter(String parameterId, Object parameterValue)
public Object getParameterValue()
public String getParameterId()
Copyright © 2019 Nuxeo. All rights reserved.