|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInMetadata2
Provides access to members that manage property set metadata for a plug-in.
Method Summary | |
---|---|
IPropertySet |
getMetadataByType(int type,
String localName)
A property set containing the metadata for the indicated dataset. |
void |
setMetadataByType(int type,
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 |
Method Detail |
---|
IPropertySet getMetadataByType(int type, String localName) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)localName
- The localName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMetadataByType(int type, String localName, IPropertySet metadata) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)localName
- The localName (in)metadata
- A reference to a com.esri.arcgis.system.IPropertySet (in)
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 |