Class LocationFormatterForRounding

  • All Implemented Interfaces:
    com.quartetfs.fwk.format.IFormatter, com.quartetfs.fwk.types.IExtendedPluginValue, Serializable

    @QuartetExtendedPluginValue(intf=com.quartetfs.fwk.format.IFormatter.class,
                                key="RoundingFormatter")
    public class LocationFormatterForRounding
    extends Object
    implements com.quartetfs.fwk.format.IFormatter
    This class provides a formatter for rounding technical names
    See Also:
    Serialized Form
    • Constructor Detail

      • LocationFormatterForRounding

        public LocationFormatterForRounding()
    • Method Detail

      • getType

        public String getType()
        Specified by:
        getType in interface com.quartetfs.fwk.types.IExtendedPluginValue
      • format

        public String format​(Object value)
        Specified by:
        format in interface com.quartetfs.fwk.format.IFormatter