public class UNAsset extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IUNAsset
Description 'UN Asset.' 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, IIDac69dce7_cb92_4ce4_910f_cee88d0a95b8, xxDummy| Constructor and Description |
|---|
UNAsset()
Constructs a UNAsset using ArcGIS Engine.
|
UNAsset(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
UNAsset theUNAsset = (UNAsset) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
int |
getAssetGroupCode()
Returns the asset group code.
|
int |
getAssetTypeCode()
Returns the asset type code.
|
static java.lang.String |
getClsid()
getClsid.
|
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.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setAssetGroupCode(int assetGroupCode)
Returns the asset group code.
|
void |
setAssetTypeCode(int assetTypeCode)
Returns the asset type code.
|
void |
setNetworkSourceID(int networkSourceID)
Returns the network source ID.
|
public UNAsset()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic UNAsset(java.lang.Object obj)
throws java.io.IOException
UNAsset theUNAsset = (UNAsset) obj;obj to UNAsset.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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic int getNetworkSourceID()
throws java.io.IOException,
AutomationException
getNetworkSourceID in interface IUNAssetjava.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 IUNAssetnetworkSourceID - The networkSourceID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getAssetGroupCode()
throws java.io.IOException,
AutomationException
getAssetGroupCode in interface IUNAssetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAssetGroupCode(int assetGroupCode)
throws java.io.IOException,
AutomationException
setAssetGroupCode in interface IUNAssetassetGroupCode - The assetGroupCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getAssetTypeCode()
throws java.io.IOException,
AutomationException
getAssetTypeCode in interface IUNAssetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAssetTypeCode(int assetTypeCode)
throws java.io.IOException,
AutomationException
setAssetTypeCode in interface IUNAssetassetTypeCode - The assetTypeCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.