com.sage.swt.client.sdata
Interface StoredDataSourceInfo

All Superinterfaces:
BaseDataSourceInfo
All Known Implementing Classes:
DefaultStoredDataSourceInfo

public interface StoredDataSourceInfo
extends BaseDataSourceInfo

Interface for an individual datasource's definition information that is stored as part of the "datasources" property's value.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sage.swt.client.sdata.BaseDataSourceInfo
BaseDataSourceInfo.DataSourceRelationType
 
Method Summary
 java.util.List<StoredDataSourceInfo> getChildren()
          Gets the list of child stored datasource information objects.
 
Methods inherited from interface com.sage.swt.client.sdata.BaseDataSourceInfo
getConstructUrl, getExcludedProperties, getID, getIncludedProperties, getKey, getPropertyPath, getRelationType, getSDataInfo, getType, isDelayed, isStateful
 

Method Detail

getChildren

java.util.List<StoredDataSourceInfo> getChildren()
Gets the list of child stored datasource information objects.

Returns:
The list of child stored datasource information objects.


Copyright © 2011 Sage Software, Inc. All rights reserved.