|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInMetadata
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 |
---|
static final int IIDa21946ce_11a9_4241_84f5_7b10c1d6d8b9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isCanEditMetadata() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getMetadata(java.lang.String localName) throws java.io.IOException, AutomationException
localName
- The localName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMetadata(java.lang.String localName, IPropertySet metadata) throws java.io.IOException, AutomationException
localName
- The localName (in)metadata
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |