com.esri.arcgis.carto
Interface IDomainInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DomainInfo, IDomainInfoProxy

public interface IDomainInfo
extends java.io.Serializable

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

Description: 'Domain Info' 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 IID35214dc9_58b6_4e08_924d_ccde21d0c68d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDomain getDomain()
          The domain that is different from the Layer.
 boolean isInherited()
          Indicates if the Domain of the Type is inherited from the Layer.
 

Field Detail

IID35214dc9_58b6_4e08_924d_ccde21d0c68d

static final int IID35214dc9_58b6_4e08_924d_ccde21d0c68d
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

getDomain

IDomain getDomain()
                  throws java.io.IOException,
                         AutomationException
The domain that is different from the Layer.

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 if the Domain of the Type is inherited from the Layer.

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