public interface IUNRelatedRecord
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network related record.' 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 |
IID9e387bb4_ea22_4fbb_87a3_9b97185a704e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
GUID |
getGlobalID()
Returns the global ID.
|
int |
getNetworkSourceID()
Returns the network source ID.
|
java.lang.String |
getNetworkSourceName()
Returns the network source name.
|
IArray |
getRelationshipClassValues()
Returns the relationship class values.
|
void |
setGlobalID(GUID globalID)
Returns the global ID.
|
void |
setNetworkSourceID(int networkSourceID)
Returns the network source ID.
|
void |
setNetworkSourceName(java.lang.String networkSourceName)
Returns the network source name.
|
void |
setRelationshipClassValuesByRef(IArray relationshipClassValues)
Returns the relationship class values.
|
static final int IID9e387bb4_ea22_4fbb_87a3_9b97185a704e
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 getNetworkSourceName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNetworkSourceName(java.lang.String networkSourceName) throws java.io.IOException, AutomationException
networkSourceName
- The networkSourceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.GUID getGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGlobalID(GUID globalID) throws java.io.IOException, AutomationException
globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getRelationshipClassValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRelationshipClassValuesByRef(IArray relationshipClassValues) throws java.io.IOException, AutomationException
relationshipClassValues
- 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.