|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebDataSourceInfo
public class ArcWebDataSourceInfo
Contains general information about a data source.
| Constructor Summary | |
|---|---|
ArcWebDataSourceInfo()
Constructs a ArcWebDataSourceInfo using ArcGIS Engine. |
|
ArcWebDataSourceInfo(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebDataSourceInfo theArcWebDataSourceInfo = (ArcWebDataSourceInfo) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getName()
The name of the data source. |
String |
getSummary()
A summary of the data source. |
String |
getTitle()
The title of the data source. |
int |
hashCode()
the hashcode for this object |
void |
setName(String name)
The name of the data source. |
void |
setSummary(String summary)
A summary of the data source. |
void |
setTitle(String title)
The title of the data source. |
| 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 ArcWebDataSourceInfo()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebDataSourceInfo(Object obj)
throws IOException
ArcWebDataSourceInfo theArcWebDataSourceInfo = (ArcWebDataSourceInfo) obj;
obj to ArcWebDataSourceInfo.
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 IArcWebDataSourceInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface IArcWebDataSourceInfoname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSummary()
throws IOException,
AutomationException
getSummary in interface IArcWebDataSourceInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSummary(String summary)
throws IOException,
AutomationException
setSummary in interface IArcWebDataSourceInfosummary - The summary (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTitle()
throws IOException,
AutomationException
getTitle in interface IArcWebDataSourceInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTitle(String title)
throws IOException,
AutomationException
setTitle in interface IArcWebDataSourceInfotitle - The title (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 | ||||||||