com.esri.arcgis.editor
Interface IAttributeTransferDefaultSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IAttributeTransferDefaultSettingsProxy

public interface IAttributeTransferDefaultSettings
extends java.io.Serializable

COM Interface 'IAttributeTransferDefaultSettings'. 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 tools.' 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 IID8cbf9342_fa22_4ab4_ad58_6d7d3cd7c5c5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getSourceName()
          Name of the source attribute source.
 java.lang.String getTargetName()
          Name of the target attribute source.
 void setSourceName(java.lang.String pName)
          Name of the source attribute source.
 void setTargetName(java.lang.String pName)
          Name of the target attribute source.
 

Field Detail

IID8cbf9342_fa22_4ab4_ad58_6d7d3cd7c5c5

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

getSourceName

java.lang.String getSourceName()
                               throws java.io.IOException,
                                      AutomationException
Name of the source attribute source.

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

setSourceName

void setSourceName(java.lang.String pName)
                   throws java.io.IOException,
                          AutomationException
Name of the source attribute source.

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

getTargetName

java.lang.String getTargetName()
                               throws java.io.IOException,
                                      AutomationException
Name of the target attribute source.

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

setTargetName

void setTargetName(java.lang.String pName)
                   throws java.io.IOException,
                          AutomationException
Name of the target attribute source.

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