public class ParameterImpl extends Parameter implements Serializable
Constructor and Description |
---|
ParameterImpl() |
ParameterImpl(String name,
javax.el.ValueExpression value) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the parameter |
javax.el.ValueExpression |
getValue()
Return a |
void |
setName(String name) |
void |
setValue(javax.el.ValueExpression value) |
public ParameterImpl()
public ParameterImpl(String name, javax.el.ValueExpression value)
public String getName()
Parameter
Return the name of the parameter
public void setName(String name)
public javax.el.ValueExpression getValue()
Parameter
Return a ValueExpression
for the
value of the parameter. Depending on the context, this expression
may only ever be evaluated in a "get" operation.
public void setValue(javax.el.ValueExpression value)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.