Class SwitchNodeImpl

All Implemented Interfaces:
Serializable

public class SwitchNodeImpl extends SwitchNode implements Serializable
See Also:
  • Constructor Details

    • SwitchNodeImpl

      public SwitchNodeImpl(String id)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public String getId()
      Specified by:
      getId in class FlowNode
    • getCases

      public List<SwitchCase> getCases()
      Description copied from class: SwitchNode

      Return the cases in this switch.

      Specified by:
      getCases in class SwitchNode
      Returns:
      the cases in this switch
    • _getCases

      public List<SwitchCase> _getCases()
    • getDefaultOutcome

      public String getDefaultOutcome(FacesContext context)
      Description copied from class: SwitchNode

      Return the default outcome in this switch.

      Specified by:
      getDefaultOutcome in class SwitchNode
      Parameters:
      context - the FacesContext for this request
      Returns:
      the default outcome in this switch
    • setDefaultOutcome

      public void setDefaultOutcome(String defaultOutcome)
    • setDefaultOutcome

      public void setDefaultOutcome(jakarta.el.ValueExpression defaultOutcome)