Packagecom.esri.aws.services
Classpublic class KeyValue

Contains a key-value pair. The key part of the pair contains a short identifier, such as a type or code for retrieving a particular value, and the value part contains a description of the key. For example, if the key (country code) is "US", the value would be "United States". Used in Report.



Public Properties
 PropertyDefined by
  key : String
The key, for example, the variable name.
KeyValue
  value : String
The value, for example, the actual data.
KeyValue
Public Methods
 MethodDefined by
  
toString():String
Returns the variable as "key : value".
KeyValue
Property detail
keyproperty
public var key:String

The key, for example, the variable name.

valueproperty 
public var value:String

The value, for example, the actual data.

Method detail
toString()method
public function toString():String

Returns the variable as "key : value".

Returns
String