Class FacesFlowMethodParameterImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.FacesFlowMethodParameter
- 
- org.apache.myfaces.config.impl.element.FacesFlowMethodParameterImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class FacesFlowMethodParameterImpl extends FacesFlowMethodParameter - Author:
- lu4242
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesFlowMethodParameterImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetValue()voidsetClassName(String className)voidsetValue(String value)
 
- 
- 
- 
Method Detail- 
getClassNamepublic String getClassName() - Specified by:
- getClassNamein class- FacesFlowMethodParameter
 
 - 
setClassNamepublic void setClassName(String className) 
 - 
getValuepublic String getValue() - Specified by:
- getValuein class- FacesFlowMethodParameter
 
 - 
setValuepublic void setValue(String value) 
 
- 
 
-