Interface Column
-
- All Known Subinterfaces:
Input
- All Known Implementing Classes:
ColumnImpl
,ItemRef
public interface Column
Interface describing a representation of the <column> element of a Process Model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Item
getItem()
Get the item to show in this columnvoid
setItem(Item item)
Set the item to show in this column
-