com.esri.arcgis.geodatabase
Interface IRowSubtypes

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AnnotationFeature, ComplexEdgeFeature, ComplexJunctionFeature, CoverageAnnotationFeature, DimensionFeature, esri_Object, Feature, GeocodedFeature, GeocodingIndexObject, IRowSubtypesProxy, NALocationFeature, NALocationObject, NALocationRangesFeature, NALocationRangesObject, NATraversalResultElement, RasterCatalogItem, Row, SchematicInMemoryFeatureLink, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink, SchematicInMemoryFeatureSubLink, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink, SimpleEdgeFeature, SimpleJunctionFeature, TopologyErrorFeature

public interface IRowSubtypes
extends java.io.Serializable

COM Interface 'IRowSubtypes'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members to return and modify the subtype code and to initialize the default values.' 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 IIDd3f18540_bf77_11d2_aaf2_00c04fa37b82
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getSubtypeCode()
          The subtype for the row.
 void initDefaultValues()
          The default values of the row.
 void setSubtypeCode(int subtypeCode)
          The subtype for the row.
 

Field Detail

IIDd3f18540_bf77_11d2_aaf2_00c04fa37b82

static final int IIDd3f18540_bf77_11d2_aaf2_00c04fa37b82
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 for the row.

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

setSubtypeCode

void setSubtypeCode(int subtypeCode)
                    throws java.io.IOException,
                           AutomationException
The subtype for the row.

Parameters:
subtypeCode - The subtypeCode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initDefaultValues

void initDefaultValues()
                       throws java.io.IOException,
                              AutomationException
The default values of the row.

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