Package | Description |
---|---|
nl.liacs.timeseries.gui | |
nl.liacs.timeseries.main |
Modifier and Type | Method and Description |
---|---|
static OperationTableModel.OperationTableHeader |
OperationTableModel.OperationTableHeader.get(int theColumnIndex)
Returns the
OperationTableHeader corresponding
to the column index supplied as parameter. |
static OperationTableModel.OperationTableHeader |
OperationTableModel.OperationTableHeader.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationTableModel.OperationTableHeader[] |
OperationTableModel.OperationTableHeader.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Operation.get(OperationTableModel.OperationTableHeader theColumn)
Returns the value of the
Operation corresponding to the
OperationTableHeader column parameter. |