|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetColumn
Provides access to methods and properties needed to define the contents of a dataset definition's data column.
Method Summary | |
---|---|
String |
getName()
Identifies dataset name information for the data column in the dataset definition. |
int |
getType()
Type of data described in the dataset definition. |
Object |
getValue(IDataMessage piDataMessage)
Returns the value for the data column in the dataset definition. |
void |
setType(int pVal)
Type of data described in the dataset definition. |
void |
setValue(Object pValue,
IDataMessage piDataMessage)
Sets the value for the data column in the dataset definition. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.trackinganalyst.enumColumnType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValue(Object pValue, IDataMessage piDataMessage) throws IOException, AutomationException
pValue
- A Variant (in)piDataMessage
- A reference to a com.esri.arcgis.trackinganalyst.IDataMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getValue(IDataMessage piDataMessage) throws IOException, AutomationException
piDataMessage
- A reference to a com.esri.arcgis.trackinganalyst.IDataMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |