public interface ILocatorName
extends java.io.Serializable
Description: 'Provides access to members that describe a locator.' 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 |
IID837a9cf2_88c9_11d3_9f66_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Category of the locator.
|
java.lang.String |
getDescription()
Description of the locator.
|
ILocatorWorkspaceName |
getLocatorWorkspaceName()
Name object for the locator workspace that contains the locator.
|
java.lang.String |
getName()
Name of the locator.
|
boolean |
isStyle()
Indicates if this is a locator style.
|
void |
setCategory(java.lang.String category)
Category of the locator.
|
void |
setDescription(java.lang.String description)
Description of the locator.
|
void |
setLocatorWorkspaceNameByRef(ILocatorWorkspaceName locatorWorkspaceName)
Name object for the locator workspace that contains the locator.
|
void |
setName(java.lang.String name)
Name of the locator.
|
void |
setStyle(boolean isStyle)
Indicates if this is a locator style.
|
static final int IID837a9cf2_88c9_11d3_9f66_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(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 getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String description) throws java.io.IOException, AutomationException
description
- The description (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCategory(java.lang.String category) throws java.io.IOException, AutomationException
category
- The category (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStyle(boolean isStyle) throws java.io.IOException, AutomationException
isStyle
- The isStyle (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILocatorWorkspaceName getLocatorWorkspaceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocatorWorkspaceNameByRef(ILocatorWorkspaceName locatorWorkspaceName) throws java.io.IOException, AutomationException
locatorWorkspaceName
- A reference to a com.esri.arcgis.geodatabase.ILocatorWorkspaceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.