public interface INameMapping
extends java.io.Serializable
Description: 'Provides access to members that manage name mapping and conflicts between two locations.' 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 |
IID36a4d96f_f5d5_11d3_8120_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumNameMapping |
getChildren()
Children objects (if any).
|
java.lang.Object |
getSourceObject()
The Source Object.
|
java.lang.String |
getSuggestedName(IName toName)
Gets the suggested name of the copied object (if conflict).
|
java.lang.String |
getTargetName()
The name of the copied object.
|
boolean |
isNameConflicts()
Indicates if target name conflicts with source name.
|
void |
setConfigKeyword(java.lang.String rhs1)
The configuration keyword (for the data transfer).
|
void |
setTargetName(java.lang.String name)
The name of the copied object.
|
void |
validateTargetName(IName toName)
Checks whether target name conflicts or not.
|
static final int IID36a4d96f_f5d5_11d3_8120_00c04f686238
static final int xxDummy
static final java.lang.String IID
java.lang.Object getSourceObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTargetName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTargetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isNameConflicts() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void validateTargetName(IName toName) throws java.io.IOException, AutomationException
toName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSuggestedName(IName toName) throws java.io.IOException, AutomationException
toName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumNameMapping getChildren() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConfigKeyword(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.