com.esri.arcgis.carto
Interface IMapServerRelationship

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerRelationshipProxy, MapServerRelationship

public interface IMapServerRelationship
extends java.io.Serializable

COM Interface 'IMapServerRelationship'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the Map Server Relationship Interface.' 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 IID74f78603_a0a0_4078_b653_17d733fe95fd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          The name of the relationship.
 IMapServerRows getRows()
          The rows.
 

Field Detail

IID74f78603_a0a0_4078_b653_17d733fe95fd

static final int IID74f78603_a0a0_4078_b653_17d733fe95fd
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
The name of the relationship.

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

getRows

IMapServerRows getRows()
                       throws java.io.IOException,
                              AutomationException
The rows.

Returns:
A reference to a com.esri.arcgis.carto.IMapServerRows
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.