Class Choose
java.lang.Object
com.independentsoft.office.diagrams.Choose
- All Implemented Interfaces:
IElement,ILayoutNodeElement
The Class Choose.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the else element.Gets the if elements.getName()Gets the name.voidsetElseElement(ElseElement elseElement)Sets the else element.voidSets the name.toString()
-
Constructor Details
-
Choose
public Choose()Instantiates a new choose.
-
-
Method Details
-
clone
-
toString
-
getIfElements
Gets the if elements.- Returns:
- the if elements
-
getElseElement
Gets the else element.- Returns:
- the else element
-
setElseElement
Sets the else element.- Parameters:
elseElement- the new else element
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-