IDataSource

public interface IDataSource

The general data source interface.

Methods

MethodDescription
getDataType()Returns the data source type.

getDataType()

public abstract DataType getDataType()

Returns the data source type.

Returns: DataType - The data source type.