public interface IConflictInspection
extends java.io.Serializable
Description: 'Provides access to conflict inspections.' 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 |
IIDdc10197e_8884_11d2_aabb_00c04fa37b82 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getClassID()
getClassID
|
int |
getLayerID()
getLayerID
|
java.lang.String |
getNote()
getNote
|
long |
getObjectID()
getObjectID
|
void |
setClassID(int classID)
setClassID
|
void |
setLayerID(int layerID)
setLayerID
|
void |
setNote(java.lang.String note)
setNote
|
void |
setObjectID(long objectID)
setObjectID
|
static final int IIDdc10197e_8884_11d2_aabb_00c04fa37b82
static final int xxDummy
static final java.lang.String IID
void setClassID(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getClassID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLayerID(int layerID) throws java.io.IOException, AutomationException
layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLayerID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setObjectID(long objectID) throws java.io.IOException, AutomationException
objectID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getObjectID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNote(java.lang.String note) throws java.io.IOException, AutomationException
note
- The note (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getNote() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.