com.esri.arcgis.geodatabase
Interface IPlugInMetadataPath2

All Superinterfaces:
IPlugInMetadataPath, java.io.Serializable
All Known Implementing Classes:
IPlugInMetadataPath2Proxy

public interface IPlugInMetadataPath2
extends IPlugInMetadataPath, java.io.Serializable

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

Description: 'Provides access to members that manage file metadata for a plug-in.' 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 IIDe67be0ca_2683_4508_bc43_4fe4d381a7dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getMetadataPathByType(int type, java.lang.String localName)
          The path to the metadata file for the dataset indentified by localName.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInMetadataPath
getMetadataPath
 

Field Detail

IIDe67be0ca_2683_4508_bc43_4fe4d381a7dd

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

getMetadataPathByType

java.lang.String getMetadataPathByType(int type,
                                       java.lang.String localName)
                                       throws java.io.IOException,
                                              AutomationException
The path to the metadata file for the dataset indentified by localName.

Parameters:
type - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
localName - The localName (in)
Returns:
The metadataPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.