com.esri.arcgis.carto
Interface IConditionalAction3

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

public interface IConditionalAction3
extends java.io.Serializable

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

Description: 'Provides access to properties and methods for conditional action control such as whether to favor the query attribute or location test first.' 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 IID5441a7de_2109_4863_80af_637b4971a6ea
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getConditionalActionDescription()
          The string description of the conditional action test.
 boolean isFavorQuery()
          Indicates if the attribute query should be performed before the location test.
 void setFavorQuery(boolean pVal)
          Indicates if the attribute query should be performed before the location test.
 

Field Detail

IID5441a7de_2109_4863_80af_637b4971a6ea

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

isFavorQuery

boolean isFavorQuery()
                     throws java.io.IOException,
                            AutomationException
Indicates if the attribute query should be performed before the location test.

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

setFavorQuery

void setFavorQuery(boolean pVal)
                   throws java.io.IOException,
                          AutomationException
Indicates if the attribute query should be performed before the location test.

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

getConditionalActionDescription

java.lang.String getConditionalActionDescription()
                                                 throws java.io.IOException,
                                                        AutomationException
The string description of the conditional action test.

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