public abstract class Parameter extends Object
Represents a parameter in any of several places where parameters are needed when processing flows.
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getName()
Return the name of the parameter |
abstract ValueExpression |
getValue()
Return a |
public abstract String getName()
Return the name of the parameter
public abstract 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.
ValueExpression
for the value of the parameterCopyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.