public interface IUNOutputFilter
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network trace output filter.' 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 |
IID524ce68c_a954_41e1_b431_c7d22c639e43 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAssetGroupCode()
Returns the asset group code.
|
int |
getAssetTypeCode()
Returns the asset type code.
|
int |
getNetworkSourceID()
Returns the network source ID.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
void |
setAssetGroupCode(int assetGroupCode)
Returns the asset group code.
|
void |
setAssetTypeCode(int assetTypeCode)
Returns the asset type code.
|
void |
setNetworkSourceID(int networkSourceID)
Returns the network source ID.
|
void |
setSchemaGeneration(int generation)
Returns the schema generation.
|
static final int IID524ce68c_a954_41e1_b431_c7d22c639e43
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.int getAssetGroupCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAssetGroupCode(int assetGroupCode) throws java.io.IOException, AutomationException
assetGroupCode
- The assetGroupCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAssetTypeCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAssetTypeCode(int assetTypeCode) throws java.io.IOException, AutomationException
assetTypeCode
- The assetTypeCode (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.