nl.innovationinvestments.cheyenne.engine.support
Class XMLQueryResultDataSet
java.lang.Object
nl.innovationinvestments.cheyenne.engine.support.DataSet
nl.innovationinvestments.cheyenne.engine.support.XMLQueryResultDataSet
- All Implemented Interfaces:
- Serializable
public class XMLQueryResultDataSet
- extends DataSet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
XMLQueryResultDataSet
public XMLQueryResultDataSet(String id,
List<org.dom4j.Element> elements)
getElements
public List<org.dom4j.Element> getElements()
- Elements
getCount
public long getCount()
- Specified by:
getCount in class DataSet
contains
public boolean contains(String name)
- Specified by:
contains in class DataSet
get
public Object get(int rowIdx,
String name)
- Specified by:
get in class DataSet
writeDatasetLog
public void writeDatasetLog(PrintWriter writer)
- Write the contents of the dataset to a writer
- Specified by:
writeDatasetLog in class DataSet
resolve
public Object resolve(String name)
- Resolve in this dataset
- Specified by:
resolve in class DataSet
- Parameters:
name -
- Returns:
Copyright © 2011 InnovationInvestments. All Rights Reserved.