public interface IUNRelationshipClassValue
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network relationship class value.' 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 |
IID5c51063b_41d2_4031_8cb0_f4501db79468 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDestinationID()
Returns the destination ID.
|
java.lang.String |
getName()
Returns the name.
|
int |
getOriginID()
Returns the origin ID.
|
IArray |
getRelationshipValues()
Returns the relationship values.
|
void |
setDestinationID(int destinationID)
Returns the destination ID.
|
void |
setName(java.lang.String name)
Returns the name.
|
void |
setOriginID(int originID)
Returns the origin ID.
|
void |
setRelationshipValuesByRef(IArray relationshipValues)
Returns the relationship values.
|
static final int IID5c51063b_41d2_4031_8cb0_f4501db79468
static final int xxDummy
static final java.lang.String IID
int getOriginID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginID(int originID) throws java.io.IOException, AutomationException
originID
- The originID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDestinationID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDestinationID(int destinationID) throws java.io.IOException, AutomationException
destinationID
- The destinationID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getRelationshipValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRelationshipValuesByRef(IArray relationshipValues) throws java.io.IOException, AutomationException
relationshipValues
- 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.