com.esri.arcgis.schematic
Interface IEnumSchematicQueryParameterEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumSchematicQueryParameter, IEnumSchematicQueryParameterEditProxy

public interface IEnumSchematicQueryParameterEdit
extends java.io.Serializable

COM Interface 'IEnumSchematicQueryParameterEdit'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that edit the schematic query parameters enumeration.' 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 IIDfbf85d63_cbc4_4669_bc31_e9670f750d8a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(ISchematicQueryParameter queryParameter)
          Adds a schematic query paramater in the enumeration sequence.
 void empty()
          Empties the enumeration sequence.
 

Field Detail

IIDfbf85d63_cbc4_4669_bc31_e9670f750d8a

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

add

void add(ISchematicQueryParameter queryParameter)
         throws java.io.IOException,
                AutomationException
Adds a schematic query paramater in the enumeration sequence.

Parameters:
queryParameter - A reference to a com.esri.arcgis.schematic.ISchematicQueryParameter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

void empty()
           throws java.io.IOException,
                  AutomationException
Empties the enumeration sequence.

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