public interface IComplexNativeType
extends java.io.Serializable
Description: 'Provides access to members that supply complex native types.' 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 |
IIDd425f87a_5b3a_4200_a050_380084cbedf0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addChild(INativeType child)
Adds a child.
|
INativeType |
getChild(int index)
Returns the nth child.
|
int |
getNumChildren()
The number of children.
|
static final int IIDd425f87a_5b3a_4200_a050_380084cbedf0
static final int xxDummy
static final java.lang.String IID
void addChild(INativeType child) throws java.io.IOException, AutomationException
child
- A reference to a com.esri.arcgis.geodatabase.INativeType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.INativeType getChild(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNumChildren() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.