public interface IGPMessage
extends java.io.Serializable
Description: 'Provides access to the properties of a Geoprocessor message.' 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 |
IID93d8accb_3a6e_4fa2_b283_197ee5d0e334 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the geoprocessing message.
|
int |
getErrorCode()
The error code for the geoprocessing message.
|
int |
getType()
The geoprocessing message type.
|
boolean |
isAbort()
Indicates if the message is an abort.
|
boolean |
isError()
Indicates if the message is an error.
|
boolean |
isInformational()
Indicates if the message is informative.
|
boolean |
isWarning()
Indicates if the message is a warning.
|
void |
setDescription(java.lang.String message)
The description of the geoprocessing message.
|
void |
setErrorCode(int errorCode)
The error code for the geoprocessing message.
|
void |
setType(int type)
The geoprocessing message type.
|
static final int IID93d8accb_3a6e_4fa2_b283_197ee5d0e334
static final int xxDummy
static final java.lang.String IID
void setType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriGPMessageType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getType() 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.int getErrorCode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(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.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isInformational() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isWarning() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isError() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAbort() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.