public interface IUNResultTypeField
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace result type field.' 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 |
IIDa1e88259_1969_4ca4_b20a_27814fbc7f95 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldName()
Returns the field name.
|
int |
getNetworkSourceID()
Returns the network source ID.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
void |
setFieldName(java.lang.String fieldName)
Returns the field name.
|
void |
setNetworkSourceID(int networkSourceID)
Returns the network source ID.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
static final int IIDa1e88259_1969_4ca4_b20a_27814fbc7f95
static final int xxDummy
static final java.lang.String IID
int getNetworkSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNetworkSourceID(int networkSourceID) throws java.io.IOException, AutomationException
networkSourceID
- The networkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSchemaGeneration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSchemaGeneration(int generation) throws java.io.IOException, AutomationException
generation
- The generation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.