net.sourceforge.xmlfit.data
Interface DataSet

All Known Implementing Classes:
NullDataSetImpl, XMLDataSetImpl

public interface DataSet

Interface for a XMLFit DataSet.

See Also:
for a example implementation for a DataSet.

Field Summary
static DataSet NULL_DATASET
          The Value of a null DataSet variable.
 
Method Summary
 java.lang.String getPropertyValue(java.lang.String name)
          Get property value by name.
 

Field Detail

NULL_DATASET

static final DataSet NULL_DATASET
The Value of a null DataSet variable. Use NULL_DATASET instead of null for a DataSet.

Method Detail

getPropertyValue

java.lang.String getPropertyValue(java.lang.String name)
Get property value by name.

Parameters:
name - the name of the property.
Returns:
value of the property or null when property with name exists in the DataSet.


Copyright © 2009 SourceForge. All Rights Reserved.