@Deprecated
public interface DataSet<T>
extends java.lang.Iterable<java.util.Map<java.lang.String,T>>
DataSetProvider,
DataSetDefinition| Modifier and Type | Method and Description |
|---|---|
DataSetDefinition |
getDefinition()
Deprecated.
|
EvaluationContext |
getEvaluationContext()
Deprecated.
|
java.util.Iterator<java.util.Map<java.lang.String,T>> |
iterator()
Deprecated.
The keys of the maps that this iterator returns are given by
this.getDefinition().getColumnKeys()
|
DataSetDefinition getDefinition()
EvaluationContext getEvaluationContext()
java.util.Iterator<java.util.Map<java.lang.String,T>> iterator()
iterator in interface java.lang.Iterable<java.util.Map<java.lang.String,T>>Copyright © 2018 OpenMRS Inc.. All Rights Reserved.