com.esri.arcgis.geodatabase
Interface IMetadataEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSServerObjectName, CacheRasterDatasetName, CadastralFabric, CadastralFabricName, CadDrawingName, CoverageFeatureClassName, CoverageName, FeatureClassName, FeatureDatasetName, FgdbFeatureClassName, FgdbTableName, FunctionRasterDataset, GeometricNetwork, GeometricNetworkName, GxAGSCatalog, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer, GxCadDataset, GxCoverageDataset, GxDatabase, GxDataGraph, GxDataset, GxDiskConnection, GxExcelFile, GxFeatureDefinitionPackage, GxFile, GxFolder, GxGDSGeodatabase, GxGeoprocessingResult, GxLayer, GxMap, GxMetadata, GxMSDFile, GxPackage, GxPCCoverage, GxPrjFile, GxRasterDataset, GxReport, GxSDCDataset, GxServiceDefinition, GxShapefileDataset, GxShortcut, GxSpatialWeightsMatrixFile, GxStreetMapDataset, GxTextFile, GxTool, GxToolbox, GxVpfDataset, GxWorkspaceFolder, IMetadataEditProxy, IMSFeatureClass, IMSFeatureService, IMSImageMap, IMSMetadataService, IMSServiceName, LasDatasetName, NetCDFRasterDatasetName, NetworkDataset, NetworkDatasetName, ObjectClassName, RasterBand, RasterBandName, RasterCatalogName, RasterDataset, RasterDatasetName, RelationshipClassName, SchematicDataset, SchematicDatasetName, SchematicDiagram, SchematicDiagramClass, SchematicDiagramClassName, SchematicDiagramName, SchematicElementClass, SchematicFolder, SchematicFolderName, SchematicInMemoryFeatureClass, SearchResults, TableName, Terrain, TerrainName, Tin, TinName, Topology, TopologyName

public interface IMetadataEdit
extends java.io.Serializable

COM Interface 'IMetadataEdit'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that provide information about whether metadata can be edited.' 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 IID97fdb978_62a4_49c5_8252_b07837b33ee9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCanEditMetadata()
          Indicates if metadata can be edited.
 

Field Detail

IID97fdb978_62a4_49c5_8252_b07837b33ee9

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

isCanEditMetadata

boolean isCanEditMetadata()
                          throws java.io.IOException,
                                 AutomationException
Indicates if metadata can be edited.

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