public interface ICircuitResultInfo
extends java.io.Serializable
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 |
IIDc3492b38_118e_4e7a_a9e1_bc21643a1509 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
getErrorCode
|
java.lang.String |
getExportedFileName()
Gets the exported file name.
|
IGeometry |
getGeometry()
getGeometry
|
GUID |
getID()
getID
|
java.lang.String |
getMessage()
getMessage
|
java.lang.String |
getName()
getName
|
int |
getStatus()
getStatus
|
boolean |
isDefaultTraceConfigModified()
isDefaultTraceConfigModified
|
void |
setErrorCode(int errorCode)
setErrorCode
|
void |
setExportedFileName(java.lang.String fileName)
Gets the exported file name.
|
void |
setGeometryByRef(IGeometry geometry)
setGeometryByRef
|
void |
setID(GUID circuitID)
setID
|
void |
setIsDefaultTraceConfigModified(boolean isDefaultTraceConfigModified)
setIsDefaultTraceConfigModified
|
void |
setMessage(java.lang.String message)
setMessage
|
void |
setName(java.lang.String name)
setName
|
void |
setStatus(int status)
setStatus
|
static final int IIDc3492b38_118e_4e7a_a9e1_bc21643a1509
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getStatus()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setStatus(int status)
throws java.io.IOException,
AutomationException
status - A com.esri.arcgis.geodatabase.esriCircuitStatus constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.GUID getID() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setID(GUID circuitID) throws java.io.IOException, AutomationException
circuitID - 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.int getErrorCode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setErrorCode(int errorCode)
throws java.io.IOException,
AutomationException
errorCode - The errorCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getMessage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMessage(java.lang.String message)
throws java.io.IOException,
AutomationException
message - The message (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isDefaultTraceConfigModified()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setIsDefaultTraceConfigModified(boolean isDefaultTraceConfigModified)
throws java.io.IOException,
AutomationException
isDefaultTraceConfigModified - The isDefaultTraceConfigModified (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getExportedFileName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setExportedFileName(java.lang.String fileName)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.