JBoss Marshalling 1.4.3.Final

org.jboss.marshalling.util
Class BooleanFieldPutter

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

public class BooleanFieldPutter
extends FieldPutter

A field putter for boolean-type fields.


Constructor Summary
BooleanFieldPutter()
           
 
Method Summary
 boolean getBoolean()
          Get the boolean value of this field.
 Kind getKind()
          Get the kind of field being written.
 void setBoolean(boolean value)
          Set the boolean value of this field.
 void write(Marshaller marshaller)
          Write the value of this field in its proper native format.
 
Methods inherited from class org.jboss.marshalling.util.FieldPutter
getByte, getChar, getDouble, getFloat, getInt, getLong, getObject, getShort, setByte, setChar, setDouble, 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

BooleanFieldPutter

public BooleanFieldPutter()
Method Detail

write

public void write(Marshaller marshaller)
           throws IOException
Write the value of this field in its proper native format.

Specified by:
write in class FieldPutter
Parameters:
marshaller - the marshaller to which to write
Throws:
IOException - if an error occurs

getKind

public Kind getKind()
Get the kind of field being written.

Specified by:
getKind in class FieldPutter
Returns:
the kind of field

setBoolean

public void setBoolean(boolean value)
Set the boolean value of this field.

Overrides:
setBoolean in class FieldPutter
Parameters:
value - the boolean value of this field

getBoolean

public boolean getBoolean()
Get the boolean value of this field.

Overrides:
getBoolean in class FieldPutter
Returns:
the boolean value of this field

JBoss Marshalling 1.4.3.Final

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