|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.FacesConfigFlowDefinitionFlowCallOutboundParameter
public class FacesConfigFlowDefinitionFlowCallOutboundParameter
A named parameter whose value will be passed to a correspondingly named parameter within an "inbound-parameter" element on the target flow.
Java class for faces-config-flow-definition-flow-call-outbound-parameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-flow-definition-flow-call-outbound-parameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://xmlns.jcp.org/xml/ns/javaee}java-identifierType"/>
<element name="value" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-parameter-valueType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JavaIdentifier |
name
|
protected FacesConfigFlowDefinitionParameterValue |
value
|
| Constructor Summary | |
|---|---|
FacesConfigFlowDefinitionFlowCallOutboundParameter()
|
|
| Method Summary | |
|---|---|
JavaIdentifier |
getName()
Gets the value of the name property. |
FacesConfigFlowDefinitionParameterValue |
getValue()
Gets the value of the value property. |
void |
setName(JavaIdentifier value)
Sets the value of the name property. |
void |
setValue(FacesConfigFlowDefinitionParameterValue value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JavaIdentifier name
protected FacesConfigFlowDefinitionParameterValue value
| Constructor Detail |
|---|
public FacesConfigFlowDefinitionFlowCallOutboundParameter()
| Method Detail |
|---|
public JavaIdentifier getName()
JavaIdentifierpublic void setName(JavaIdentifier value)
value - allowed object is
JavaIdentifierpublic FacesConfigFlowDefinitionParameterValue getValue()
FacesConfigFlowDefinitionParameterValuepublic void setValue(FacesConfigFlowDefinitionParameterValue value)
value - allowed object is
FacesConfigFlowDefinitionParameterValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||