org.apache.myfaces.config.impl.digester.elements
Class FacesFlowParameterImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.FacesFlowParameter
      extended by org.apache.myfaces.config.impl.digester.elements.FacesFlowParameterImpl
All Implemented Interfaces:
Serializable

public class FacesFlowParameterImpl
extends FacesFlowParameter

Author:
Leonardo Uribe
See Also:
Serialized Form

Constructor Summary
FacesFlowParameterImpl()
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesFlowParameterImpl

public FacesFlowParameterImpl()
Method Detail

getName

public String getName()
Specified by:
getName in class FacesFlowParameter

getValue

public String getValue()
Specified by:
getValue in class FacesFlowParameter

setName

public void setName(String name)
Parameters:
name - the name to set

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2015 The Apache Software Foundation. All rights reserved.