com.esri.arcgis.trackinganalyst
Interface IDatasetColumn

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DatasetColumn, IDatasetColumnProxy

public interface IDatasetColumn
extends java.io.Serializable

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

IIDcc018a09_24fb_11d4_b34c_00104ba2abcc

static final int IIDcc018a09_24fb_11d4_b34c_00104ba2abcc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Identifies dataset name information for the data column in the dataset definition.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws java.io.IOException,
                   AutomationException
Type of data described in the dataset definition.

Returns:
A com.esri.arcgis.trackinganalyst.enumColumnType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int pVal)
             throws java.io.IOException,
                    AutomationException
Type of data described in the dataset definition.

Parameters:
pVal - A com.esri.arcgis.trackinganalyst.enumColumnType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

void setValue(java.lang.Object pValue,
              IDataMessage piDataMessage)
              throws java.io.IOException,
                     AutomationException
Sets the value for the data column in the dataset definition.

Parameters:
pValue - A Variant (in)
piDataMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

java.lang.Object getValue(IDataMessage piDataMessage)
                          throws java.io.IOException,
                                 AutomationException
Returns the value for the data column in the dataset definition.

Parameters:
piDataMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.