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