Class DoubleFieldPutter


  • public class DoubleFieldPutter
    extends FieldPutter
    A field putter for double-type fields.
    • Constructor Detail

      • DoubleFieldPutter

        public DoubleFieldPutter()
    • Method Detail

      • write

        public void write​(Marshaller marshaller)
                   throws IOException
        Write the value of this field in its proper native format.
        Specified by:
        write in class FieldPutter
        Parameters:
        marshaller - the marshaller to which to write
        Throws:
        IOException - if an error occurs
      • getKind

        public Kind getKind()
        Get the kind of field being written.
        Specified by:
        getKind in class FieldPutter
        Returns:
        the kind of field
      • getDouble

        public double getDouble()
        Get the double value of this field.
        Overrides:
        getDouble in class FieldPutter
        Returns:
        the double value of this field
      • setDouble

        public void setDouble​(double value)
        Set the double value of this field.
        Overrides:
        setDouble in class FieldPutter
        Parameters:
        value - the double value of this field