com.esri.arcgis.editor
Interface IAttributeTransferType

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Editor, IAttributeTransferTypeProxy

public interface IAttributeTransferType
extends java.io.Serializable

COM Interface 'IAttributeTransferType'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that control the behavior of the attribute transfer interfaces.' 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 IID9c610c6d_e4e5_40d3_831d_b87207eeccdc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAttributeTransfer getAttributeTransfer()
          The current attribute type.
 void setAttributeTransferType(java.lang.String rhs1)
          The current attribute type.
 

Field Detail

IID9c610c6d_e4e5_40d3_831d_b87207eeccdc

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

getAttributeTransfer

IAttributeTransfer getAttributeTransfer()
                                        throws java.io.IOException,
                                               AutomationException
The current attribute type.

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

setAttributeTransferType

void setAttributeTransferType(java.lang.String rhs1)
                              throws java.io.IOException,
                                     AutomationException
The current attribute type.

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