public class DoubleFieldPutter extends FieldPutter
Constructor and Description |
---|
DoubleFieldPutter() |
Modifier and Type | Method and Description |
---|---|
double |
getDouble() |
Kind |
getKind() |
void |
setDouble(double value) |
void |
write(Marshaller marshaller) |
public void write(Marshaller marshaller) throws java.io.IOException
write
in class FieldPutter
java.io.IOException
public Kind getKind()
getKind
in class FieldPutter
public double getDouble()
getDouble
in class FieldPutter
public void setDouble(double value)
setDouble
in class FieldPutter