|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebDataSourceInfo
Provides access to members that contain general information about the ArcWebDataSource.
| Method Summary | |
|---|---|
String |
getName()
The name of the data source. |
String |
getSummary()
A summary of the data source. |
String |
getTitle()
The title of the data source. |
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. |
| 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.
String getSummary()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSummary(String summary)
throws IOException,
AutomationException
summary - The summary (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTitle()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTitle(String title)
throws IOException,
AutomationException
title - 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 | ||||||||