com.esri.arcgis.carto
Interface IFieldDomainInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
FieldDomainInfo

public interface IFieldDomainInfo
extends Serializable

Field Domain Information Array.

Product Availability

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


Method Summary
 IDomain getDomain()
          The Domain.
 String getFieldName()
          The Field Name.
 boolean isInherited()
          Indicates whether the domain is inherited from the field's.
 

Method Detail

getFieldName

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

Product Availability

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

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

getDomain

IDomain getDomain()
                  throws IOException,
                         AutomationException
The Domain.

Product Availability

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

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

isInherited

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

Product Availability

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

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