Represents a parameter in any of several places where parameters are needed when processing flows.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public abstract String | |
public abstract ValueExpression | Returns: aValueExpression for the value of the parameter
Return a |
Parameter | back to summary |
---|---|
public Parameter() |
getName | back to summary |
---|---|
public abstract String getName() Return the name of the parameter
|
getValue | back to summary |
---|---|
public abstract ValueExpression getValue()
Return a
|