public interface XmlDataCollectionConfigDao
| Modifier and Type | Method and Description | 
|---|---|
XmlDataCollectionConfig | 
getConfig()
Gets the configuration. 
 | 
XmlDataCollection | 
getDataCollectionByIndex(int idx)
Gets the data collection by index. 
 | 
XmlDataCollection | 
getDataCollectionByName(String name)
Gets the data collection by name. 
 | 
XmlDataCollectionConfig getConfig()
XmlDataCollection getDataCollectionByName(String name)
name - the collection nameXmlDataCollection getDataCollectionByIndex(int idx)
idx - the collection indexCopyright © 2020. All rights reserved.