|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditDataSetColumn
Provides access to methods and properties used to edit Data Definitions.
This interface provides access to methods and properties used to edit Data Definitions and clone the dataset column in the data definition.
Method Summary | |
---|---|
IDatasetColumn |
esri_clone()
Creates a clone of the dataset column in the data definition. |
int |
getColumnNumber()
Indicates the column number in the data definition. |
String |
getName()
Indicates the name of dataset. |
int |
getType()
Indicates the type of data being defined. |
void |
setColumnNumber(int pVal)
Indicates the column number in the data definition. |
void |
setName(String pVal)
Indicates the name of dataset. |
void |
setType(int pVal)
Indicates the type of data being defined. |
Method Detail |
---|
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.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getColumnNumber() throws IOException, AutomationException
This property indicates the column number of the dataset column in the data definition.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColumnNumber(int pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDatasetColumn esri_clone() throws IOException, AutomationException
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 |