Package cruise.umple.compiler
Class EventSequenceCell
java.lang.Object
cruise.umple.compiler.EventSequenceCell
public class EventSequenceCell
extends java.lang.Object
Represents a cell in a row in the Event Sequence table.
-
Constructor Summary
Constructors Constructor Description EventSequenceCell(boolean aIsEmpty, java.lang.String aLabel) -
Method Summary
Modifier and Type Method Description voiddelete()booleangetIsEmpty()java.lang.StringgetLabel()java.lang.Stringoutput(EventSequenceTemplate templater)Outputs this celljava.lang.StringoutputFirst(EventSequenceTemplate templater, java.lang.String parentId)Outputs this cell if it is the first in the rowbooleansetIsEmpty(boolean aIsEmpty)booleansetLabel(java.lang.String aLabel)java.lang.StringtoString()
-
Constructor Details
-
EventSequenceCell
public EventSequenceCell(boolean aIsEmpty, java.lang.String aLabel)
-
-
Method Details
-
setIsEmpty
public boolean setIsEmpty(boolean aIsEmpty) -
setLabel
public boolean setLabel(java.lang.String aLabel) -
getIsEmpty
public boolean getIsEmpty() -
getLabel
public java.lang.String getLabel() -
delete
public void delete() -
output
Outputs this cell -
outputFirst
Outputs this cell if it is the first in the row -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-