atg.svc.ui.util
Class PropertyFormatter.DecimalValueFormatter

java.lang.Object
  extended by atg.svc.ui.util.PropertyFormatter.DecimalValueFormatter
All Implemented Interfaces:
PropertyFormatter.ValueFormatter
Enclosing class:
PropertyFormatter

protected class PropertyFormatter.DecimalValueFormatter
extends java.lang.Object
implements PropertyFormatter.ValueFormatter


Constructor Summary
protected PropertyFormatter.DecimalValueFormatter()
           
 
Method Summary
 java.lang.String format(java.lang.String pPropertyName, java.lang.Object pPropertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFormatter.DecimalValueFormatter

protected PropertyFormatter.DecimalValueFormatter()
Method Detail

format

public java.lang.String format(java.lang.String pPropertyName,
                               java.lang.Object pPropertyValue)
Specified by:
format in interface PropertyFormatter.ValueFormatter