com.esri.arcgis.carto
Interface ISubtypeInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISubtypeInfoProxy, SubtypeInfo

public interface ISubtypeInfo
extends java.io.Serializable

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

Description: 'Provides access to Subtype Information.' 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 IID82df7153_956d_46c4_9a0a_27d175e21697
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFieldDomainInfos getFieldDomainInfos()
          The Array of Field Domains.
 int getSubtypeCode()
          The Subtype Code.
 java.lang.String getSubtypeName()
          The Subtype Name.
 

Field Detail

IID82df7153_956d_46c4_9a0a_27d175e21697

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

getSubtypeCode

int getSubtypeCode()
                   throws java.io.IOException,
                          AutomationException
The Subtype Code.

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

getSubtypeName

java.lang.String getSubtypeName()
                                throws java.io.IOException,
                                       AutomationException
The Subtype Name.

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

getFieldDomainInfos

IFieldDomainInfos getFieldDomainInfos()
                                      throws java.io.IOException,
                                             AutomationException
The Array of Field Domains.

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