com.esri.arcgis.carto
Interface IFieldDomainInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FieldDomainInfo, IFieldDomainInfoProxy

public interface IFieldDomainInfo
extends java.io.Serializable

COM Interface 'IFieldDomainInfo'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Field Domain Information Array.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID004cf931_41ea_49a7_8865_98e03e2fc1de
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDomain getDomain()
          The Domain.
 java.lang.String getFieldName()
          The Field Name.
 boolean isInherited()
          Indicates whether the domain is inherited from the field's.
 

Field Detail

IID004cf931_41ea_49a7_8865_98e03e2fc1de

static final int IID004cf931_41ea_49a7_8865_98e03e2fc1de
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
The Field Name.

Returns:
The pFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDomain

IDomain getDomain()
                  throws java.io.IOException,
                         AutomationException
The Domain.

Returns:
A reference to a com.esri.arcgis.geodatabase.IDomain
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInherited

boolean isInherited()
                    throws java.io.IOException,
                           AutomationException
Indicates whether the domain is inherited from the field's.

Returns:
The pIsInherited
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.