com.esri.arcgis.datasourcesfile
Interface IMetaInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMetaInfoProxy

public interface IMetaInfo
extends java.io.Serializable

COM Interface 'IMetaInfo'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'

Description: 'Provides access to meta information.' 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 IID0db7a450_5fed_441b_bb3a_db6e24d6cda3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          Meta information parameter name.
 java.lang.String getValue()
          Mata information parameter value.
 

Field Detail

IID0db7a450_5fed_441b_bb3a_db6e24d6cda3

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

getName

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

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

getValue

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

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