Class Call.ExpressionParameter
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.trace.Call.ExpressionParameter
-
-
Field Summary
Fields Modifier and Type Field Description protected String
parameterId
protected Object
parameterValue
-
Constructor Summary
Constructors Constructor Description ExpressionParameter(String parameterId, Object parameterValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParameterId()
Object
getParameterValue()
-