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