JBoss Marshalling 1.2.1.GA

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


Constructor Summary
BooleanFieldPutter()
           
 
Method Summary
 boolean getBoolean()
           
 Kind getKind()
           
 void setBoolean(boolean value)
           
 void write(Marshaller marshaller)
           
 
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
Specified by:
write in class FieldPutter
Throws:
IOException

getKind

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

setBoolean

public void setBoolean(boolean value)
Overrides:
setBoolean in class FieldPutter

getBoolean

public boolean getBoolean()
Overrides:
getBoolean in class FieldPutter

JBoss Marshalling 1.2.1.GA

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