public class DoubleFieldPutter extends FieldPutter
Constructor and Description |
---|
DoubleFieldPutter() |
Modifier and Type | Method and Description |
---|---|
double |
getDouble()
Get the double value of this field.
|
Kind |
getKind()
Get the kind of field being written.
|
void |
setDouble(double value)
Set the double value of this field.
|
void |
write(Marshaller marshaller)
Write the value of this field in its proper native format.
|
public void write(Marshaller marshaller) throws IOException
write
in class FieldPutter
marshaller
- the marshaller to which to writeIOException
- if an error occurspublic Kind getKind()
getKind
in class FieldPutter
public double getDouble()
getDouble
in class FieldPutter
public void setDouble(double value)
setDouble
in class FieldPutter
value
- the double value of this fieldCopyright © 2021 JBoss by Red Hat. All rights reserved.