| Package | com.esri.ags.layers.supportClasses |
| Class | public class CodedValue |
| Inheritance | CodedValue flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| code : String
The code value for a specific CodedValue. | CodedValue | ||
| name : String
The name for a specific CodedValue. | CodedValue | ||
| code | property |
code:StringThe code value for a specific CodedValue.
This property can be used as the source for data binding.
public function get code():String public function set code(value:String):void| name | property |
name:StringThe name for a specific CodedValue.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void