Uses of Class
org.eclipse.epsilon.pinset.ValueWrapper
-
Packages that use ValueWrapper Package Description org.eclipse.epsilon.pinset -
-
Uses of ValueWrapper in org.eclipse.epsilon.pinset
Methods in org.eclipse.epsilon.pinset that return types with arguments of type ValueWrapper Modifier and Type Method Description List<List<ValueWrapper>>
Dataset. getRows()
List<ValueWrapper>
Dataset. getValuesByColumn(String columnName)
Method parameters in org.eclipse.epsilon.pinset with type arguments of type ValueWrapper Modifier and Type Method Description static void
PostProcessing. fillNullValues(List<ValueWrapper> values, PostProcessing.FillType fillType, String value)
static void
PostProcessing. normalize(List<ValueWrapper> values, Number value)
protected void
CSVFile. rowRecord(List<ValueWrapper> wrappers)
-