Package org.cyclos.impl.utils.formatting
Class PredefinedPeriodDataValueFormatter
- java.lang.Object
-
- org.cyclos.impl.utils.formatting.PredefinedPeriodDataValueFormatter
-
- All Implemented Interfaces:
ValueFormatter
public class PredefinedPeriodDataValueFormatter extends Object implements ValueFormatter
Formats a PredefinedPeriodData object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(Object bean, Object value, FormatterImpl formatter)Formats the given valuestatic PredefinedPeriodDataValueFormatterinstance()
-
-
-
Method Detail
-
instance
public static PredefinedPeriodDataValueFormatter instance()
-
format
public String format(Object bean, Object value, FormatterImpl formatter)
Description copied from interface:ValueFormatterFormats the given value- Specified by:
formatin interfaceValueFormatter
-
-