Packagecom.esri.bacore.domain
Classpublic class MeanComparisonItem
InheritanceMeanComparisonItem Inheritance ComparisonItem Inheritance flash.events.EventDispatcher

Since : Community Analyst API for Flex 2.2.

The MeanComparisonItem class is a comparison item associated with an average or median benchmark.

See also

BenchmarkOptions


Public Properties
 PropertyDefined By
  averageBenchmarkName : String
[static] Default name for an average benchmark comparison item.
MeanComparisonItem
  benchmarkOptions : BenchmarkOptions
Benchmark options associated with this item.
MeanComparisonItem
 InheritedcomparisonValues : Array
Array of comparison values of the Object type.
ComparisonItem
 Inheriteddescription : String
Item description.
ComparisonItem
 InheritedisBenchmark : Boolean
Whether this item is a benchmark or not.
ComparisonItem
  medianBenchmarkName : String
[static] Default name for a median benchmark comparison item.
MeanComparisonItem
 Inheritedname : String
Item name.
ComparisonItem
  staticEventDispatcher : IEventDispatcher
[static] [read-only]
MeanComparisonItem
Public Methods
 MethodDefined By
  
MeanComparisonItem(benchmarkOptions:BenchmarkOptions = null)
Creates a new instance of the MeanComparisonItem class.
MeanComparisonItem
 Inherited
toString():String
[override] Returns a unique ID of item.
ComparisonItem
Property Detail
averageBenchmarkNameproperty
averageBenchmarkName:String

Default name for an average benchmark comparison item.

This property can be used as the source for data binding.


Implementation
    public static function get averageBenchmarkName():String
    public static function set averageBenchmarkName(value:String):void
benchmarkOptionsproperty 
benchmarkOptions:BenchmarkOptions

Benchmark options associated with this item.


Implementation
    public function get benchmarkOptions():BenchmarkOptions
    public function set benchmarkOptions(value:BenchmarkOptions):void
medianBenchmarkNameproperty 
medianBenchmarkName:String

Default name for a median benchmark comparison item.

This property can be used as the source for data binding.


Implementation
    public static function get medianBenchmarkName():String
    public static function set medianBenchmarkName(value:String):void
staticEventDispatcherproperty 
staticEventDispatcher:IEventDispatcher  [read-only]


Implementation
    public static function get staticEventDispatcher():IEventDispatcher
Constructor Detail
MeanComparisonItem()Constructor
public function MeanComparisonItem(benchmarkOptions:BenchmarkOptions = null)

Creates a new instance of the MeanComparisonItem class.

Parameters
benchmarkOptions:BenchmarkOptions (default = null) — benchmark options to be associated with this instance.