com.esri.arcgis.geodatabase
Interface IPlugInMetadata2

All Superinterfaces:
IPlugInMetadata, java.io.Serializable
All Known Implementing Classes:
IPlugInMetadata2Proxy

public interface IPlugInMetadata2
extends IPlugInMetadata, java.io.Serializable

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

Description: 'Provides access to members that manage property set 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 IIDc8e04d84_6557_40c5_a30a_b564c4d00560
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IPlugInMetadata
IIDa21946ce_11a9_4241_84f5_7b10c1d6d8b9
 
Method Summary
 IPropertySet getMetadataByType(int type, java.lang.String localName)
          A property set containing the metadata for the indicated dataset.
 void setMetadataByType(int type, java.lang.String localName, IPropertySet metadata)
          A property set containing the metadata for the indicated dataset.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInMetadata
getMetadata, isCanEditMetadata, setMetadata
 

Field Detail

IIDc8e04d84_6557_40c5_a30a_b564c4d00560

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

getMetadataByType

IPropertySet getMetadataByType(int type,
                               java.lang.String localName)
                               throws java.io.IOException,
                                      AutomationException
A property set containing the metadata for the indicated dataset.

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

setMetadataByType

void setMetadataByType(int type,
                       java.lang.String localName,
                       IPropertySet metadata)
                       throws java.io.IOException,
                              AutomationException
A property set containing the metadata for the indicated dataset.

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