public class FacesFlowParameterImpl extends FacesFlowParameter
| Constructor and Description | 
|---|
| FacesFlowParameterImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| String | getValue() | 
| void | setName(String name) | 
| void | setValue(String value) | 
public String getName()
getName in class FacesFlowParameterpublic String getValue()
getValue in class FacesFlowParameterpublic void setName(String name)
name - the name to setpublic void setValue(String value)
value - the value to setCopyright © 2022 The Apache Software Foundation. All rights reserved.