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