com.esri.arcgis.carto
Interface IFindObj

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IFindObject
All Known Implementing Classes:
FeatureFindData, GlobeServerFindObject, IFindObjectProxy, IFindObjProxy

public interface IFindObj
extends java.io.Serializable

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

Description: 'Provides access to members that are used to find objects.' 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 IIDfa4d443a_de20_4c9f_a576_7f466a85c961
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFieldName()
          The field name.
 java.lang.String getLayerName()
          The layer name.
 java.lang.String getValue()
          String value.
 void setFieldName(java.lang.String fieldName)
          The field name.
 void setLayerName(java.lang.String layerName)
          The layer name.
 void setValue(java.lang.String value)
          String value.
 

Field Detail

IIDfa4d443a_de20_4c9f_a576_7f466a85c961

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

setValue

void setValue(java.lang.String value)
              throws java.io.IOException,
                     AutomationException
String value.

Parameters:
value - The value (in)
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
String value.

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

setFieldName

void setFieldName(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
The field name.

Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
The field name.

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

setLayerName

void setLayerName(java.lang.String layerName)
                  throws java.io.IOException,
                         AutomationException
The layer name.

Parameters:
layerName - The layerName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerName

java.lang.String getLayerName()
                              throws java.io.IOException,
                                     AutomationException
The layer name.

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