public interface IDataMessage
extends java.io.Serializable
Description: 'Provides access to methods and properties used to manage data messages.' 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 |
IIDcc018a04_24fb_11d4_b34c_00104ba2abcc |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(java.lang.Object pValue)
Adds an argument to the data message.
|
void |
addColumn(java.lang.Object pValue)
Adds a column to the data message.
|
java.lang.Object |
getArgument(int nIndex)
Gets an argument for the data message.
|
int |
getArgumentCount()
Number of arguments in the data message.
|
java.lang.Object |
getColumn(int nIndex)
Returns value for columns in the data message.
|
int |
getColumnCount()
Number of columns in data message.
|
java.lang.Object |
getCreationDate()
Indicates date of data message's creation.
|
java.lang.String |
getDataDefinitionID()
ID value for the data definition in the message.
|
java.lang.String |
getDestination()
Indicates destination of the data message.
|
java.lang.String |
getID()
ID value for the data message.
|
int |
getMessageType()
Indicates type of data message.
|
int |
getPriority()
Indictes priority of data message.
|
java.lang.Object |
getRawColumn(int nIndex)
Returns the Raw column info.
|
void |
removeArgument(int nIndex)
Removes an argument from the data message.
|
void |
removeColumn(int nIndex)
Removes a column from the data message.
|
void |
setArgument(int nIndex,
java.lang.Object pValue)
Sets an argument for the data message.
|
void |
setColumn(int nIndex,
java.lang.Object pValue)
Sets the number of columns in a data message.
|
void |
setDataDefinitionID(java.lang.String pVal)
ID value for the data definition in the message.
|
void |
setDestination(java.lang.String pVal)
Indicates destination of the data message.
|
void |
setPriority(int pVal)
Indictes priority of data message.
|
static final int IIDcc018a04_24fb_11d4_b34c_00104ba2abcc
static final int xxDummy
static final java.lang.String IID
java.lang.Object getCreationDate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getMessageType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getPriority()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPriority(int pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getDestination()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDestination(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getArgumentCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setArgument(int nIndex,
java.lang.Object pValue)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)pValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addArgument(java.lang.Object pValue)
throws java.io.IOException,
AutomationException
pValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeArgument(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getArgument(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getDataDefinitionID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDataDefinitionID(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getColumnCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setColumn(int nIndex,
java.lang.Object pValue)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)pValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addColumn(java.lang.Object pValue)
throws java.io.IOException,
AutomationException
pValue - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeColumn(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getColumn(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getRawColumn(int nIndex)
throws java.io.IOException,
AutomationException
nIndex - The nIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.