JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling.util
Class CharFieldPutter

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

public class CharFieldPutter
extends FieldPutter


Constructor Summary
CharFieldPutter()
           
 
Method Summary
 char getChar()
           
 Kind getKind()
           
 void setChar(char value)
           
 void write(Marshaller marshaller)
           
 
Methods inherited from class org.jboss.marshalling.util.FieldPutter
getBoolean, getByte, getDouble, getFloat, getInt, getLong, getObject, getShort, setBoolean, setByte, 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

CharFieldPutter

public CharFieldPutter()
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

getChar

public char getChar()
Overrides:
getChar in class FieldPutter

setChar

public void setChar(char value)
Overrides:
setChar in class FieldPutter

JBoss Marshalling 1.3.0.CR9

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