public interface IRowSubtypes
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd3f18540_bf77_11d2_aaf2_00c04fa37b82 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getSubtypeCode()
The subtype for the row.
|
void |
initDefaultValues()
The default values of the row.
|
void |
setSubtypeCode(int subtypeCode)
The subtype for the row.
|
static final int IIDd3f18540_bf77_11d2_aaf2_00c04fa37b82
static final int xxDummy
static final java.lang.String IID
int getSubtypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSubtypeCode(int subtypeCode) throws java.io.IOException, AutomationException
subtypeCode
- The subtypeCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void initDefaultValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.