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 void
delete()
boolean
getIsEmpty()
java.lang.String
getLabel()
java.lang.String
output(EventSequenceTemplate templater)
Outputs this celljava.lang.String
outputFirst(EventSequenceTemplate templater, java.lang.String parentId)
Outputs this cell if it is the first in the rowboolean
setIsEmpty(boolean aIsEmpty)
boolean
setLabel(java.lang.String aLabel)
java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-