com.esri.arcgis.geoprocessing
Interface IGPMultiValueDataTypeName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPMultiValueTypeName, IGPMultiValueDataTypeNameProxy

public interface IGPMultiValueDataTypeName
extends java.io.Serializable

COM Interface 'IGPMultiValueDataTypeName'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a multi-value data type name object.' 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 IID831a514c_6083_404a_8c74_37c9d047eca8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGPDataTypeName getMemberDataTypeName()
          The data type name of the multi-value data type name.
 void setMemberDataTypeNameByRef(IGPDataTypeName name)
          The data type name of the multi-value data type name.
 

Field Detail

IID831a514c_6083_404a_8c74_37c9d047eca8

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

getMemberDataTypeName

IGPDataTypeName getMemberDataTypeName()
                                      throws java.io.IOException,
                                             AutomationException
The data type name of the multi-value data type name.

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

setMemberDataTypeNameByRef

void setMemberDataTypeNameByRef(IGPDataTypeName name)
                                throws java.io.IOException,
                                       AutomationException
The data type name of the multi-value data type name.

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