public abstract class Parameter
extends java.lang.Object
Represents a parameter in any of several places where parameters are needed when processing flows.
Constructor and Description |
---|
Parameter() |
public abstract java.lang.String getName()
Return the name of the parameter
public abstract javax.el.ValueExpression getValue()
Return a ValueExpression
for the
value of the parameter. Depending on the context, this expression
may only ever be evaluated in a "get" operation.