ar.com.fdvs.dj.domain
Class DjBaseMMValueFormatter
java.lang.Object
ar.com.fdvs.dj.domain.DjBaseMMValueFormatter
- All Implemented Interfaces:
- DJValueFormatter
public abstract class DjBaseMMValueFormatter
- extends Object
- implements DJValueFormatter
This class is like a ValueFormatter but with some tricks to get the values and names
of all propertyMeasures in a crosstab
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DjBaseMMValueFormatter
public DjBaseMMValueFormatter()
evaluate
public Object evaluate(Object value,
Map fields,
Map variables,
Map parameters)
- Specified by:
evaluate in interface DJValueFormatter
getPropertyMeasures
public String[] getPropertyMeasures()
setPropertyMeasures
public void setPropertyMeasures(String[] propertyMeasures)
getValueFor
public <T> T getValueFor(Object[] values,
String propertyMeasure)
innerEvaluate
protected abstract Object innerEvaluate(Object[] value,
Map fields,
Map variables,
Map parameters)
Copyright © 2006-2013 FDV Solutions. All Rights Reserved.