| 
 |   | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface DataSetDefinition
Implementations of this interface describe the metadata that can be evaluated to produce a
 DataSet. This is one of three interfaces that work together to define and evaluate an
 OpenMRS DataSet. You need to implement all three of DataSetProvider, DataSetDefinition,
 and DataSet in order to get useful behavior. For example:
 RowPerObsDataSetProvider, RowPerObsDataSetDefinition, and
 RowPerObsDataSet The metadata that describes what data will be produced is defined in
 this interface The logic that evaluates that metadata goes in an implementation of
 DataSetProvider. After evaluation, the data is represented by a DataSet.
DataSetProvider, 
DataSet| Method Summary | |
|---|---|
|  java.util.List<java.lang.Class> | getColumnDatatypes()Deprecated. Gets a list of the datatype of the columns | 
|  java.util.List<java.lang.String> | getColumnKeys()Deprecated. Gets a list of column keys. | 
|  java.lang.String | getName()Deprecated. Gets the name | 
|  void | setName(java.lang.String name)Deprecated. Sets the name of this data set definition | 
| Methods inherited from interface org.openmrs.report.Parameterizable | 
|---|
| getParameters | 
| Method Detail | 
|---|
java.lang.String getName()
String name of the DataSetDefinitionvoid setName(java.lang.String name)
name - the descriptive name of this definitionjava.util.List<java.lang.String> getColumnKeys()
List of the column keysjava.util.List<java.lang.Class> getColumnDatatypes()
List of the column datatypes| 
 | OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||