com.esri.arcgis.schematic
Interface ISchematicQueryParameter

All Superinterfaces:
Serializable
All Known Implementing Classes:
SchematicQueryParameter

public interface ISchematicQueryParameter
extends Serializable

Provides access to members that manage the schematic query parameter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getName()
          Name of the schematic query parameter.
 boolean isTextual()
          Indicates whether or not the schematic query parameter is a textual parameter.
 void setName(String name)
          Name of the schematic query parameter.
 void setTextual(boolean textual)
          Indicates whether or not the schematic query parameter is a textual parameter.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the schematic query parameter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setName

void setName(String name)
             throws IOException,
                    AutomationException
Name of the schematic query parameter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isTextual

boolean isTextual()
                  throws IOException,
                         AutomationException
Indicates whether or not the schematic query parameter is a textual parameter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTextual

void setTextual(boolean textual)
                throws IOException,
                       AutomationException
Indicates whether or not the schematic query parameter is a textual parameter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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