com.esri.arcgis.datasourcesfile
Interface ISMSpeedGroup2

All Superinterfaces:
ISMSpeedGroup, java.io.Serializable
All Known Implementing Classes:
ISMSpeedGroup2Proxy, SMSpeedGroup

public interface ISMSpeedGroup2
extends ISMSpeedGroup, java.io.Serializable

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

Description: 'Deprecated as of 10.1. Provides access to speed group query string.' 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 DISPID_3_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID1e436c24_cf57_4aca_bbd3_ffddb1151fa7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesfile.ISMSpeedGroup
DISPID_1_GET_NAME, DISPID_1_PUT_NAME, DISPID_2_GET_NAME, IIDf8b66005_5850_11d7_b321_008048db11de
 
Method Summary
 java.lang.String getQueryString()
          A SQL-like query string for determining records that belong to the speed group.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ISMSpeedGroup
getDescription, getSpeed, setSpeed
 

Field Detail

IID1e436c24_cf57_4aca_bbd3_ffddb1151fa7

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

DISPID_3_GET_NAME

static final java.lang.String DISPID_3_GET_NAME
See Also:
Constant Field Values
Method Detail

getQueryString

java.lang.String getQueryString()
                                throws java.io.IOException,
                                       AutomationException
A SQL-like query string for determining records that belong to the speed group.

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