Class ElseElement

java.lang.Object
com.independentsoft.office.diagrams.ElseElement

public class ElseElement extends Object
The Class ElseElement.
  • Constructor Details

    • ElseElement

      public ElseElement()
      Instantiates a new else element.
  • Method Details

    • clone

      public ElseElement clone()
      Overrides:
      clone in class Object
    • toString

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

      public List<IElement> getElements()
      Gets the elements.
      Returns:
      the elements
    • getName

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

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