com.esri.arcgis.datasourcesfile
Interface IMetaInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMetaInfoProxy

public interface IMetaInfo
extends Serializable

Provides access to meta information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getName()
          Meta information parameter name.
 String getValue()
          Mata information parameter value.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Meta information parameter name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getValue

String getValue()
                throws IOException,
                       AutomationException
Mata information parameter value.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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