public interface IUNAsset
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network asset.' 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 |
IIDac69dce7_cb92_4ce4_910f_cee88d0a95b8 |
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.
|
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.
|
static final int IIDac69dce7_cb92_4ce4_910f_cee88d0a95b8
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.