com.esri.core.internal.value
Class TableDataSource

java.lang.Object
  extended by com.esri.core.internal.value.DataSource
      extended by com.esri.core.internal.value.TableDataSource

public class TableDataSource
extends DataSource


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

TableDataSource

public TableDataSource()
Instantiates a new table data source.

Method Detail

getWorkspaceId

public String getWorkspaceId()
Gets the workspace id.

Returns:
the workspace id

setWorkspaceId

public void setWorkspaceId(String id)
Sets the workspace id.

Parameters:
id - the new workspace id

getDataSourceName

public String getDataSourceName()
Gets the data source name.

Returns:
the data source name

setDataSourceName

public void setDataSourceName(String dataSourceName)
Sets the data source name.

Parameters:
dataSourceName - the new data source name

getVersion

public String getVersion()
Gets the version.

Returns:
the version

setVersion

public void setVersion(String version)
Sets the version.

Parameters:
version - the new version

toJson

public String toJson()
              throws IOException
Specified by:
toJson in class DataSource
Throws:
IOException


Copyright © 2012. All Rights Reserved.