|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.internal.value.DataSource com.esri.core.internal.value.TableDataSource
public class TableDataSource
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.esri.core.internal.value.DataSource |
---|
DataSource.DataSourceType |
Constructor Summary | |
---|---|
TableDataSource()
Instantiates a new table data source. |
Method Summary | |
---|---|
String |
getDataSourceName()
Gets the data source name. |
String |
getVersion()
Gets the version. |
String |
getWorkspaceId()
Gets the workspace id. |
void |
setDataSourceName(String dataSourceName)
Sets the data source name. |
void |
setVersion(String version)
Sets the version. |
void |
setWorkspaceId(String id)
Sets the workspace id. |
String |
toJson()
|
Methods inherited from class com.esri.core.internal.value.DataSource |
---|
getType, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableDataSource()
Method Detail |
---|
public String getWorkspaceId()
public void setWorkspaceId(String id)
id
- the new workspace idpublic String getDataSourceName()
public void setDataSourceName(String dataSourceName)
dataSourceName
- the new data source namepublic String getVersion()
public void setVersion(String version)
version
- the new versionpublic String toJson() throws IOException
toJson
in class DataSource
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |