public interface FacesConfigFlowDefinitionInboundParameterType<T> extends Child<T>, JavaeeFacesConfigFlowDefinitionInboundParameterCommonType<T,FacesConfigFlowDefinitionInboundParameterType<T>>
faces-config-flow-definition-inbound-parameterType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name element |
String |
getValue()
Returns the
value element |
FacesConfigFlowDefinitionInboundParameterType<T> |
name(String name)
Sets the
name element |
FacesConfigFlowDefinitionInboundParameterType<T> |
removeName()
Removes the
name element |
FacesConfigFlowDefinitionInboundParameterType<T> |
removeValue()
Removes the
value element |
FacesConfigFlowDefinitionInboundParameterType<T> |
value(String value)
Sets the
value element |
FacesConfigFlowDefinitionInboundParameterType<T> name(String name)
name
elementname
- the value for the element name
FacesConfigFlowDefinitionInboundParameterType
String getName()
name
elementname
FacesConfigFlowDefinitionInboundParameterType<T> removeName()
name
elementFacesConfigFlowDefinitionInboundParameterType
FacesConfigFlowDefinitionInboundParameterType<T> value(String value)
value
elementvalue
- the value for the element value
FacesConfigFlowDefinitionInboundParameterType
String getValue()
value
elementvalue
FacesConfigFlowDefinitionInboundParameterType<T> removeValue()
value
elementFacesConfigFlowDefinitionInboundParameterType
Copyright © 2021 JBoss by Red Hat. All rights reserved.