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 |
getName()
getName
|
boolean |
isDeleted()
isDeleted
|
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 |
setIsDeleted(boolean isDeleted)
setIsDeleted
|
void |
setName(java.lang.String name)
setName
|
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.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.boolean isDeleted() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsDeleted(boolean isDeleted) throws java.io.IOException, AutomationException
isDeleted
- The isDeleted (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.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.