public interface IUNRelationshipClassInfo
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of a utility network relationship class info.' 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 |
IID01ec5e94_bbfe_4d41_9d7a_4c8f5f44206c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDestinationID()
Returns the destination ID.
|
int |
getOriginID()
Returns the origin ID.
|
IStringArray |
getOutFields()
Returns the out fields.
|
IStringArray |
getRelationshipOutFields()
Returns the relationship out fields.
|
void |
setDestinationID(int destinationID)
Returns the destination ID.
|
void |
setOriginID(int originID)
Returns the origin ID.
|
void |
setOutFieldsByRef(IStringArray outFields)
Returns the out fields.
|
void |
setRelationshipOutFieldsByRef(IStringArray relationshipOutFields)
Returns the relationship out fields.
|
static final int IID01ec5e94_bbfe_4d41_9d7a_4c8f5f44206c
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.IStringArray getOutFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutFieldsByRef(IStringArray outFields) throws java.io.IOException, AutomationException
outFields
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getRelationshipOutFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRelationshipOutFieldsByRef(IStringArray relationshipOutFields) throws java.io.IOException, AutomationException
relationshipOutFields
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.