Class Choose

java.lang.Object
com.independentsoft.office.diagrams.Choose
All Implemented Interfaces:
IElement, ILayoutNodeElement

public class Choose extends Object implements IElement, ILayoutNodeElement
The Class Choose.
  • Constructor Details

    • Choose

      public Choose()
      Instantiates a new choose.
  • Method Details

    • clone

      public Choose clone()
      Specified by:
      clone in interface IElement
      Specified by:
      clone in interface ILayoutNodeElement
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIfElements

      public List<IfElement> getIfElements()
      Gets the if elements.
      Returns:
      the if elements
    • getElseElement

      public ElseElement getElseElement()
      Gets the else element.
      Returns:
      the else element
    • setElseElement

      public void setElseElement(ElseElement elseElement)
      Sets the else element.
      Parameters:
      elseElement - the new else element
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name