Packagecom.esri.ags.layers.supportClasses
Classpublic class Domain
InheritanceDomain Inheritance flash.events.EventDispatcher
Subclasses CodedValueDomain, RangeDomain

Since : ArcGIS API for Flex 2.0

There are two types of domains: coded values (a.k.a unique values) and range domains. Both will define constraints on a layer field.



Public Properties
 PropertyDefined By
  name : String
The domain name.
Domain
Property Detail
nameproperty
name:String

The domain name.

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


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