Package | Description |
---|---|
org.yawlfoundation.yawl.editor.ui.properties.data |
Modifier and Type | Field and Description |
---|---|
protected TableType |
VariableTablePanel.tableType |
Modifier and Type | Method and Description |
---|---|
TableType |
VariableTable.getTableType() |
static TableType |
TableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableType[] |
TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataVariableDialog.setEditing(boolean editing,
TableType tableType) |
Constructor and Description |
---|
VariableTable(TableType type) |
VariableTablePanel(java.util.List<VariableRow> rows,
TableType tableType,
java.lang.String decompositionID,
DataVariableDialog parent) |