org.jboss.marshalling.util
Class FloatFieldPutter
java.lang.Object
  
org.jboss.marshalling.util.FieldPutter
      
org.jboss.marshalling.util.FloatFieldPutter
public class FloatFieldPutter
- extends FieldPutter
 
 
 
| Methods inherited from class org.jboss.marshalling.util.FieldPutter | 
getBoolean, getByte, getChar, getDouble, getInt, getLong, getObject, getShort, setBoolean, setByte, setChar, setDouble, setInt, setLong, setObject, setShort | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FloatFieldPutter
public FloatFieldPutter()
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
 
 
getFloat
public float getFloat()
- Overrides:
 getFloat in class FieldPutter
 
 
setFloat
public void setFloat(float value)
- Overrides:
 setFloat in class FieldPutter
 
 
Copyright © 2011 JBoss, a division of Red Hat, Inc.