public class AnalyzedProducerCallsAOSortType
extends net.anotheria.util.sorter.SortType
| Modifier and Type | Field and Description |
|---|---|
static int |
SORT_BY_CALLS
Sort by call count.
|
static int |
SORT_BY_DEFAULT
Default sort type.
|
static int |
SORT_BY_DURATION
Sort by call duration.
|
static int |
SORT_BY_NAME
Sort by name.
|
| Constructor and Description |
|---|
AnalyzedProducerCallsAOSortType() |
AnalyzedProducerCallsAOSortType(int sortType,
boolean sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
static AnalyzedProducerCallsAOSortType |
fromStrings(String aSortByString,
String aSortOrderString) |
public static final int SORT_BY_NAME
public static final int SORT_BY_CALLS
public static final int SORT_BY_DURATION
public static final int SORT_BY_DEFAULT
public AnalyzedProducerCallsAOSortType()
public AnalyzedProducerCallsAOSortType(int sortType,
boolean sortOrder)
public static final AnalyzedProducerCallsAOSortType fromStrings(String aSortByString, String aSortOrderString)
Copyright © 2010-2015 anotheria.net. All Rights Reserved.