Packagecom.esri.bacore
Classpublic class KeyValuePair
InheritanceKeyValuePair Inheritance Object

The KeyValuePair class provides a pair of key and value properties.

See also

BAReportHeader


Public Properties
 PropertyDefined By
  key : String
[read-only] Key string.
KeyValuePair
  value : *
[read-only] Value object.
KeyValuePair
Public Methods
 MethodDefined By
  
KeyValuePair(key:String, value:*)
Creates a new instance of the KeyValuePair object.
KeyValuePair
Property Detail
keyproperty
key:String  [read-only]

Key string.


Implementation
    public function get key():String
valueproperty 
value:*  [read-only]

Value object.


Implementation
    public function get value():*
Constructor Detail
KeyValuePair()Constructor
public function KeyValuePair(key:String, value:*)

Creates a new instance of the KeyValuePair object.

Parameters
key:String — Key string.
 
value:* — Value object.