public class ConflictInspection extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IConflictInspection
Description 'Conflict inspection object.' 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, IIDdc10197e_8884_11d2_aabb_00c04fa37b82, xxDummy| Constructor and Description |
|---|
ConflictInspection()
Constructs a ConflictInspection using ArcGIS Engine.
|
ConflictInspection(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
ConflictInspection theConflictInspection = (ConflictInspection) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
int |
getClassID()
getClassID
|
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 |
getLayerID()
getLayerID
|
java.lang.String |
getNote()
getNote
|
long |
getObjectID()
getObjectID
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setClassID(int classID)
setClassID
|
void |
setLayerID(int layerID)
setLayerID
|
void |
setNote(java.lang.String note)
setNote
|
void |
setObjectID(long objectID)
setObjectID
|
public ConflictInspection()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic ConflictInspection(java.lang.Object obj)
throws java.io.IOException
ConflictInspection theConflictInspection = (ConflictInspection) obj;obj to ConflictInspection.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 void setClassID(int classID)
throws java.io.IOException,
AutomationException
setClassID in interface IConflictInspectionclassID - The classID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getClassID()
throws java.io.IOException,
AutomationException
getClassID in interface IConflictInspectionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLayerID(int layerID)
throws java.io.IOException,
AutomationException
setLayerID in interface IConflictInspectionlayerID - The layerID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getLayerID()
throws java.io.IOException,
AutomationException
getLayerID in interface IConflictInspectionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setObjectID(long objectID)
throws java.io.IOException,
AutomationException
setObjectID in interface IConflictInspectionobjectID - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public long getObjectID()
throws java.io.IOException,
AutomationException
getObjectID in interface IConflictInspectionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setNote(java.lang.String note)
throws java.io.IOException,
AutomationException
setNote in interface IConflictInspectionnote - The note (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getNote()
throws java.io.IOException,
AutomationException
getNote in interface IConflictInspectionjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.