|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INameMapping
Provides access to members that manage name mapping and conflicts between two locations.
| Method Summary | |
|---|---|
IEnumNameMapping |
getChildren()
Children objects (if any). |
Object |
getSourceObject()
The Source Object. |
String |
getSuggestedName(IName toName)
Gets the suggested name of the copied object (if conflict). |
String |
getTargetName()
The name of the copied object. |
boolean |
isNameConflicts()
Indicates if target name conflicts with source name. |
void |
setConfigKeyword(String rhs1)
The configuration keyword (for the data transfer). |
void |
setTargetName(String name)
The name of the copied object. |
void |
validateTargetName(IName toName)
Checks whether target name conflicts or not. |
| Method Detail |
|---|
Object getSourceObject()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTargetName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTargetName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isNameConflicts()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void validateTargetName(IName toName)
throws IOException,
AutomationException
toName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSuggestedName(IName toName)
throws IOException,
AutomationException
toName - A reference to a com.esri.arcgis.system.IName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumNameMapping getChildren()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConfigKeyword(String rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||