|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDatasetColumn
COM Interface 'IDatasetColumn'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods and properties needed to define the contents of a dataset definition's data column.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcc018a09_24fb_11d4_b34c_00104ba2abcc
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Identifies dataset name information for the data column in the dataset definition. |
int |
getType()
Type of data described in the dataset definition. |
java.lang.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(java.lang.Object pValue,
IDataMessage piDataMessage)
Sets the value for the data column in the dataset definition. |
| Field Detail |
|---|
static final int IIDcc018a09_24fb_11d4_b34c_00104ba2abcc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setType(int pVal)
throws java.io.IOException,
AutomationException
pVal - A com.esri.arcgis.trackinganalyst.enumColumnType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(java.lang.Object pValue,
IDataMessage piDataMessage)
throws java.io.IOException,
AutomationException
pValue - A Variant (in)piDataMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getValue(IDataMessage piDataMessage)
throws java.io.IOException,
AutomationException
piDataMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
java.io.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 | ||||||||