Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
Modifier and Type | Method and Description |
---|---|
SortingSettings.SortingMethod |
SortingSettings.getMethod() |
static SortingSettings.SortingMethod |
SortingSettings.SortingMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortingSettings.SortingMethod[] |
SortingSettings.SortingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SortingSettings.getSortingName(SortingSettings.SortingMethod sm) |
static SortingSettings |
SortingSettings.init(SortingSettings.SortingMethod m,
boolean separate) |