com.esri.arcgis.geodatabase
Interface esriDomainType

All Superinterfaces:
java.io.Serializable

public interface esriDomainType
extends java.io.Serializable

Constants from esriDomainType' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Domain types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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