public interface IUNFunction
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace function.' 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 |
IIDe59e9894_39bf_4dd1_aba2_afc596bb5f9a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
getConditions()
Returns conditions.
|
int |
getFunctionType()
Returns the function type.
|
java.lang.String |
getNetworkAttributeName()
Returns the network attribute name.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
java.lang.String |
getSummaryAttributeName()
Returns the summary attribute name.
|
void |
setConditionsByRef(IArray conditions)
Returns conditions.
|
void |
setFunctionType(int functionType)
Returns the function type.
|
void |
setNetworkAttributeName(java.lang.String networkAttributeName)
Returns the network attribute name.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
void |
setSummaryAttributeName(java.lang.String summaryAttributeName)
Returns the summary attribute name.
|
static final int IIDe59e9894_39bf_4dd1_aba2_afc596bb5f9a
static final int xxDummy
static final java.lang.String IID
int getFunctionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFunctionType(int functionType) throws java.io.IOException, AutomationException
functionType
- A com.esri.arcgis.geodatabase.esriTraceFunctionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNetworkAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNetworkAttributeName(java.lang.String networkAttributeName) throws java.io.IOException, AutomationException
networkAttributeName
- The networkAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getConditions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConditionsByRef(IArray conditions) throws java.io.IOException, AutomationException
conditions
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSummaryAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSummaryAttributeName(java.lang.String summaryAttributeName) throws java.io.IOException, AutomationException
summaryAttributeName
- The summaryAttributeName (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.