|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicQueryParameter
Provides access to members that manage the schematic query parameter.
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 |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTextual() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextual(boolean textual) throws IOException, AutomationException
textual
- The textual (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |