public class UNRelatedRecord extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNRelatedRecord
Description 'UN 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 =
IID, IID9e387bb4_ea22_4fbb_87a3_9b97185a704e, xxDummy
Constructor and Description |
---|
UNRelatedRecord()
Constructs a UNRelatedRecord using ArcGIS Engine.
|
UNRelatedRecord(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNRelatedRecord theUNRelatedRecord = (UNRelatedRecord) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
GUID |
getGlobalID()
Returns the global ID.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
getNetworkSourceID()
Returns the network source ID.
|
java.lang.String |
getNetworkSourceName()
Returns the network source name.
|
IArray |
getRelationshipClassValues()
Returns the relationship class values.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
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.
|
public UNRelatedRecord() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic UNRelatedRecord(java.lang.Object obj) throws java.io.IOException
UNRelatedRecord theUNRelatedRecord = (UNRelatedRecord) obj;
obj
to UNRelatedRecord
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getNetworkSourceID() throws java.io.IOException, AutomationException
getNetworkSourceID
in interface IUNRelatedRecord
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNetworkSourceID(int networkSourceID) throws java.io.IOException, AutomationException
setNetworkSourceID
in interface IUNRelatedRecord
networkSourceID
- The networkSourceID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNetworkSourceName() throws java.io.IOException, AutomationException
getNetworkSourceName
in interface IUNRelatedRecord
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setNetworkSourceName(java.lang.String networkSourceName) throws java.io.IOException, AutomationException
setNetworkSourceName
in interface IUNRelatedRecord
networkSourceName
- The networkSourceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public GUID getGlobalID() throws java.io.IOException, AutomationException
getGlobalID
in interface IUNRelatedRecord
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGlobalID(GUID globalID) throws java.io.IOException, AutomationException
setGlobalID
in interface IUNRelatedRecord
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.public IArray getRelationshipClassValues() throws java.io.IOException, AutomationException
getRelationshipClassValues
in interface IUNRelatedRecord
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRelationshipClassValuesByRef(IArray relationshipClassValues) throws java.io.IOException, AutomationException
setRelationshipClassValuesByRef
in interface IUNRelatedRecord
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.