| Package | Description | 
|---|---|
| net.sf.jailer.datamodel | 
| Modifier and Type | Field and Description | 
|---|---|
java.util.Map<java.lang.String,DataModel.ColumnOrderPriority> | 
DataModel.columnOrderPrio
Maps normalized column name to order priority. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DataModel.ColumnOrderPriority | 
DataModel.ColumnOrderPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DataModel.ColumnOrderPriority[] | 
DataModel.ColumnOrderPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |