com.esri.arcgis.geodatabase
Interface IComplexNativeType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComplexNativeType, IComplexNativeTypeProxy

public interface IComplexNativeType
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd425f87a_5b3a_4200_a050_380084cbedf0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addChild(INativeType child)
          Adds a child.
 INativeType getChild(int index)
          Returns the nth child.
 int getNumChildren()
          The number of children.
 

Field Detail

IIDd425f87a_5b3a_4200_a050_380084cbedf0

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

addChild

void addChild(INativeType child)
              throws java.io.IOException,
                     AutomationException
Adds a child.

Parameters:
child - A reference to a com.esri.arcgis.geodatabase.INativeType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getChild

INativeType getChild(int index)
                     throws java.io.IOException,
                            AutomationException
Returns the nth child.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.INativeType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNumChildren

int getNumChildren()
                   throws java.io.IOException,
                          AutomationException
The number of children.

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