public class DoubleFieldPutter extends FieldPutter
| Constructor | Description |
|---|---|
DoubleFieldPutter() |
| Modifier and Type | Method | 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 FieldPuttermarshaller - the marshaller to which to writeIOException - if an error occurspublic Kind getKind()
getKind in class FieldPutterpublic double getDouble()
getDouble in class FieldPutterpublic void setDouble(double value)
setDouble in class FieldPuttervalue - the double value of this fieldCopyright © 2020 JBoss by Red Hat. All rights reserved.