| Package | com.esri.bacore.domain |
| Class | public class MeanComparisonItem |
| Inheritance | MeanComparisonItem ComparisonItem flash.events.EventDispatcher |
| Since : | Business Analyst API for Flex 2.2. |
See also
| Property | Defined By | ||
|---|---|---|---|
| averageBenchmarkName : String [static]
Default name for an average benchmark comparison item. | MeanComparisonItem | ||
| benchmarkOptions : BenchmarkOptions
Benchmark options associated with this item. | MeanComparisonItem | ||
![]() | comparisonValues : Array
Array of comparison values of the Object type. | ComparisonItem | |
![]() | description : String
Item description. | ComparisonItem | |
![]() | isBenchmark : Boolean
Whether this item is a benchmark or not. | ComparisonItem | |
| medianBenchmarkName : String [static]
Default name for a median benchmark comparison item. | MeanComparisonItem | ||
![]() | name : String
Item name. | ComparisonItem | |
| staticEventDispatcher : IEventDispatcher [static] [read-only] | MeanComparisonItem | ||
| Method | Defined By | ||
|---|---|---|---|
MeanComparisonItem(benchmarkOptions:BenchmarkOptions = null)
Creates a new instance of the MeanComparisonItem class. | MeanComparisonItem | ||
![]() | toString():String [override]
Returns a unique ID of item. | ComparisonItem | |
| averageBenchmarkName | property |
averageBenchmarkName:StringDefault name for an average benchmark comparison item.
This property can be used as the source for data binding.
public static function get averageBenchmarkName():String public static function set averageBenchmarkName(value:String):void| benchmarkOptions | property |
benchmarkOptions:BenchmarkOptionsBenchmark options associated with this item.
public function get benchmarkOptions():BenchmarkOptions public function set benchmarkOptions(value:BenchmarkOptions):void| medianBenchmarkName | property |
medianBenchmarkName:StringDefault name for a median benchmark comparison item.
This property can be used as the source for data binding.
public static function get medianBenchmarkName():String public static function set medianBenchmarkName(value:String):void| staticEventDispatcher | property |
staticEventDispatcher:IEventDispatcher [read-only] public static function get staticEventDispatcher():IEventDispatcher| MeanComparisonItem | () | Constructor |
public function MeanComparisonItem(benchmarkOptions:BenchmarkOptions = null)Creates a new instance of the MeanComparisonItem class.
ParametersbenchmarkOptions:BenchmarkOptions (default = null) — benchmark options to be associated with this instance.
|