Class FloatFieldPutter

java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.FloatFieldPutter

public class FloatFieldPutter extends FieldPutter
A field putter for float-type fields.
  • Field Details

    • value

      private float value
  • Constructor Details

    • FloatFieldPutter

      public FloatFieldPutter()
  • Method Details

    • 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
    • getFloat

      public float getFloat()
      Get the float value of this field.
      Overrides:
      getFloat in class FieldPutter
      Returns:
      the float value of this field
    • setFloat

      public void setFloat(float value)
      Set the float value of this field.
      Overrides:
      setFloat in class FieldPutter
      Parameters:
      value - the float value of this field