JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling.util
Class DoubleFieldPutter

java.lang.Object
  extended by org.jboss.marshalling.util.FieldPutter
      extended by org.jboss.marshalling.util.DoubleFieldPutter

public class DoubleFieldPutter
extends FieldPutter


Constructor Summary
DoubleFieldPutter()
           
 
Method Summary
 double getDouble()
           
 Kind getKind()
           
 void setDouble(double value)
           
 void write(Marshaller marshaller)
           
 
Methods inherited from class org.jboss.marshalling.util.FieldPutter
getBoolean, getByte, getChar, getFloat, getInt, getLong, getObject, getShort, setBoolean, setByte, setChar, setFloat, setInt, setLong, setObject, setShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleFieldPutter

public DoubleFieldPutter()
Method Detail

write

public void write(Marshaller marshaller)
           throws IOException
Specified by:
write in class FieldPutter
Throws:
IOException

getKind

public Kind getKind()
Specified by:
getKind in class FieldPutter

getDouble

public double getDouble()
Overrides:
getDouble in class FieldPutter

setDouble

public void setDouble(double value)
Overrides:
setDouble in class FieldPutter

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.