com.esri.arcgis.trackinganalyst
Interface IMetaDataEditor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMetaDataEditorProxy

public interface IMetaDataEditor
extends java.io.Serializable

COM Interface 'IMetaDataEditor'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties that the standard message def editor uses to control how meta data is processed.' 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 IID476aa1c0_f197_11d6_b861_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isDisableColumnEditing()
          Indicates whether the meta data editor will take over editing the DatasetDef columns.
 boolean isModifiesDataDefProps()
          Indicates whether the meta data editor will change Datasetdef properties other than the meta data property.
 

Field Detail

IID476aa1c0_f197_11d6_b861_00010265adc5

static final int IID476aa1c0_f197_11d6_b861_00010265adc5
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

isModifiesDataDefProps

boolean isModifiesDataDefProps()
                               throws java.io.IOException,
                                      AutomationException
Indicates whether the meta data editor will change Datasetdef properties other than the meta data property.

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

isDisableColumnEditing

boolean isDisableColumnEditing()
                               throws java.io.IOException,
                                      AutomationException
Indicates whether the meta data editor will take over editing the DatasetDef columns.

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