public interface FacesConfigFlowDefinitionFlowReturnType<T> extends Child<T>, JavaeeFacesConfigFlowDefinitionFlowReturnCommonType<T,FacesConfigFlowDefinitionFlowReturnType<T>>
faces-config-flow-definition-flow-returnType
xsd typeModifier and Type | Method and Description |
---|---|
FacesConfigFlowDefinitionFlowReturnType<T> |
fromOutcome(String fromOutcome)
Sets the
from-outcome element |
String |
getFromOutcome()
Returns the
from-outcome element |
String |
getId()
Returns the
id attribute |
FacesConfigFlowDefinitionFlowReturnType<T> |
id(String id)
Sets the
id attribute |
FacesConfigFlowDefinitionFlowReturnType<T> |
removeFromOutcome()
Removes the
from-outcome element |
FacesConfigFlowDefinitionFlowReturnType<T> |
removeId()
Removes the
id attribute |
FacesConfigFlowDefinitionFlowReturnType<T> fromOutcome(String fromOutcome)
from-outcome
elementfromOutcome
- the value for the element from-outcome
FacesConfigFlowDefinitionFlowReturnType
String getFromOutcome()
from-outcome
elementfrom-outcome
FacesConfigFlowDefinitionFlowReturnType<T> removeFromOutcome()
from-outcome
elementFacesConfigFlowDefinitionFlowReturnType
FacesConfigFlowDefinitionFlowReturnType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigFlowDefinitionFlowReturnType
String getId()
id
attributeid
FacesConfigFlowDefinitionFlowReturnType<T> removeId()
id
attributeFacesConfigFlowDefinitionFlowReturnType
Copyright © 2017 JBoss by Red Hat. All rights reserved.