|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Columns
Interface describing a representation of the <columns> element of a Process Model.
| Method Summary | |
|---|---|
void |
addColumn(Column column)
Add an column to the collection |
Column |
createColumn()
Create an Column |
Column |
getColumn(String strItemName)
Get the column referencing the given item |
List<Column> |
getColumnList()
Get the referenced Column objects as a list |
String |
getRoleName()
Get the role for which the list of items must be returned |
Iterator<Column> |
iterateColumn()
Iterate through the Column objects |
void |
removeAllColumns()
Remove all column objects from the collection |
void |
setRoleName(String roleName)
Set the role for which the list of items must be returned |
| Method Detail |
|---|
List<Column> getColumnList()
String getRoleName()
void setRoleName(String roleName)
roleName - role nameColumn getColumn(String strItemName)
strItemName - the name of the item
Iterator<Column> iterateColumn()
void addColumn(Column column)
column - to be addedColumn createColumn()
void removeAllColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||