com.esri.arcgis.geodatabase
Interface IPlugInMetadata

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IPlugInMetadata2
All Known Implementing Classes:
IPlugInMetadata2Proxy, IPlugInMetadataProxy

public interface IPlugInMetadata
extends java.io.Serializable

COM Interface 'IPlugInMetadata'. 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 IIDa21946ce_11a9_4241_84f5_7b10c1d6d8b9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getMetadata(java.lang.String localName)
          A property set containing the metadata for the indicated dataset.
 boolean isCanEditMetadata()
          Indicates if the metadata for the indicated dataset currently writable.
 void setMetadata(java.lang.String localName, IPropertySet metadata)
          A property set containing the metadata for the indicated dataset.
 

Field Detail

IIDa21946ce_11a9_4241_84f5_7b10c1d6d8b9

static final int IIDa21946ce_11a9_4241_84f5_7b10c1d6d8b9
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 the metadata for the indicated dataset currently writable.

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

getMetadata

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

Parameters:
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.

setMetadata

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

Parameters:
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.