public interface IDirectionsAttributeMappingDescriptor
extends java.io.Serializable
Description: 'Provides access to the properties for directions attribute mapping descriptor.' 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 |
IID8f8d0084_4c8d_42e9_bd23_503fd1db10f9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDataType()
The network attribute data type.
|
java.lang.String |
getDisplayName()
The localized user friendly name.
|
java.lang.String |
getKeyName()
The key name to be used directions engine to recognize the mapping
|
int |
getUsageType()
The network attribute usage type.
|
static final int IID8f8d0084_4c8d_42e9_bd23_503fd1db10f9
static final int xxDummy
static final java.lang.String IID
java.lang.String getKeyName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUsageType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.