Packagecom.esri.ags.layers.supportClasses
Classpublic class CodedValue
InheritanceCodedValue Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

The name and code value for a specific CodedValue.

See also

CodedValueDomain


Public Properties
 PropertyDefined By
  code : String
The code value for a specific CodedValue.
CodedValue
  name : String
The name for a specific CodedValue.
CodedValue
Property Detail
codeproperty
code:String

The code value for a specific CodedValue.

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


Implementation
    public function get code():String
    public function set code(value:String):void
nameproperty 
name:String

The name for a specific CodedValue.

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


Implementation
    public function get name():String
    public function set name(value:String):void