| Package | com.esri.bacore |
| Class | public final class BenchmarkSortOptions |
| Inheritance | BenchmarkSortOptions BaseEnum Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| items : Array [static] [read-only]
Array of all items of this enumeration. | BenchmarkSortOptions | ||
![]() | value : String [read-only]
Value of the enumeration item. | BaseEnum | |
| Method | Defined By | ||
|---|---|---|---|
[static]
Converts a string value to the enumeration item. | BenchmarkSortOptions | ||
![]() | toString():String
Gets the value of the enumeration item. | BaseEnum | |
| Constant | Defined By | ||
|---|---|---|---|
| SORT_BY_FIELD_DIFFERENCE : BenchmarkSortOptions [static] Sort by difference between field value and benchmark field value. | BenchmarkSortOptions | ||
| SORT_BY_FIELD_INDEX : BenchmarkSortOptions [static] Sort by field index. | BenchmarkSortOptions | ||
| SORT_BY_FIELD_ONLY : BenchmarkSortOptions [static] Sort by field value. | BenchmarkSortOptions | ||
| SORT_BY_FIELD_PERCENT : BenchmarkSortOptions [static] Sort by percentage of field value with respect to benchmark field value. | BenchmarkSortOptions | ||
| SORT_NONE : BenchmarkSortOptions [static] No sorting. | BenchmarkSortOptions | ||
| items | property |
items:Array [read-only] Array of all items of this enumeration.
public static function get items():Array| toEnumItem | () | method |
public static function toEnumItem(value:String, defaultItem:BenchmarkSortOptions = null):BenchmarkSortOptionsConverts a string value to the enumeration item.
Parameters
value:String — String value of the enumeration.
| |
defaultItem:BenchmarkSortOptions (default = null) — A enumeration value to be used if the value does not recognized.
|
BenchmarkSortOptions — A enumeration item or the default item.
|
| SORT_BY_FIELD_DIFFERENCE | Constant |
public static const SORT_BY_FIELD_DIFFERENCE:BenchmarkSortOptionsSort by difference between field value and benchmark field value.
| SORT_BY_FIELD_INDEX | Constant |
public static const SORT_BY_FIELD_INDEX:BenchmarkSortOptionsSort by field index.
| SORT_BY_FIELD_ONLY | Constant |
public static const SORT_BY_FIELD_ONLY:BenchmarkSortOptionsSort by field value.
| SORT_BY_FIELD_PERCENT | Constant |
public static const SORT_BY_FIELD_PERCENT:BenchmarkSortOptionsSort by percentage of field value with respect to benchmark field value.
| SORT_NONE | Constant |
public static const SORT_NONE:BenchmarkSortOptionsNo sorting.