com.esri.arcgis.geodatabase
Interface esriDomainType

All Superinterfaces:
Serializable

public interface esriDomainType
extends Serializable

Domain types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriDTCodedValue
          Coded value domain.
static int esriDTRange
          Range domain.
static int esriDTString
          String domain.
 

Field Detail

esriDTRange

static final int esriDTRange
Range domain.

See Also:
Constant Field Values

esriDTCodedValue

static final int esriDTCodedValue
Coded value domain.

See Also:
Constant Field Values

esriDTString

static final int esriDTString
String domain.

See Also:
Constant Field Values