|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicQueryParameter
public class SchematicQueryParameter
Schematic query parameter object.
| Constructor Summary | |
|---|---|
SchematicQueryParameter()
Constructs a SchematicQueryParameter using ArcGIS Engine. |
|
SchematicQueryParameter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicQueryParameter theSchematicQueryParameter = (SchematicQueryParameter) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getName()
Name of the schematic query parameter. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SchematicQueryParameter()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicQueryParameter(Object obj)
throws IOException
SchematicQueryParameter theSchematicQueryParameter = (SchematicQueryParameter) obj;
obj to SchematicQueryParameter.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface ISchematicQueryParameterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface ISchematicQueryParametername - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isTextual()
throws IOException,
AutomationException
isTextual in interface ISchematicQueryParameterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextual(boolean textual)
throws IOException,
AutomationException
setTextual in interface ISchematicQueryParametertextual - 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 | ||||||||