public class ParameterImpl
extends javax.faces.flow.Parameter
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private static long |
serialVersionUID |
private javax.el.ValueExpression |
value |
Constructor and Description |
---|
ParameterImpl() |
ParameterImpl(java.lang.String name,
javax.el.ValueExpression value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
javax.el.ValueExpression |
getValue() |
void |
setName(java.lang.String name) |
void |
setValue(javax.el.ValueExpression value) |
private static final long serialVersionUID
private java.lang.String name
private javax.el.ValueExpression value
public ParameterImpl()
public ParameterImpl(java.lang.String name, javax.el.ValueExpression value)
public java.lang.String getName()
getName
in class javax.faces.flow.Parameter
public void setName(java.lang.String name)
public javax.el.ValueExpression getValue()
getValue
in class javax.faces.flow.Parameter
public void setValue(javax.el.ValueExpression value)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.