org.makumba.commons.formatters
Class ptrFormatter

java.lang.Object
  extended by org.makumba.commons.formatters.FieldFormatter
      extended by org.makumba.commons.formatters.ptrFormatter

public class ptrFormatter
extends FieldFormatter


Field Summary
 
Fields inherited from class org.makumba.commons.formatters.FieldFormatter
dummy, params, paramValues, validParams
 
Method Summary
 String formatNotNull(RecordFormatter rf, int fieldIndex, Object o, Dictionary<String,Object> formatParams)
          Formats the not-null-object to pure text.
static FieldFormatter getInstance()
           
 
Methods inherited from class org.makumba.commons.formatters.FieldFormatter
checkParam, checkParams, equals, format, formatNull, getAcceptedParams, getAcceptedValue, getDefaultValueFormat, getEmptyValueFormat, getExpr, getIntParam, getIntParamString, initExpr, resetValueFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FieldFormatter getInstance()

formatNotNull

public String formatNotNull(RecordFormatter rf,
                            int fieldIndex,
                            Object o,
                            Dictionary<String,Object> formatParams)
Description copied from class: FieldFormatter
Formats the not-null-object to pure text. To be over-ridden by subclasses.

Overrides:
formatNotNull in class FieldFormatter