|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.IntFieldPutter
public class IntFieldPutter
Constructor Summary | |
---|---|
IntFieldPutter()
|
Method Summary | |
---|---|
int |
getInt()
|
Kind |
getKind()
|
void |
setInt(int value)
|
void |
write(Marshaller marshaller)
|
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 |
Constructor Detail |
---|
public IntFieldPutter()
Method Detail |
---|
public void write(Marshaller marshaller) throws java.io.IOException
write
in class FieldPutter
java.io.IOException
public Kind getKind()
getKind
in class FieldPutter
public int getInt()
getInt
in class FieldPutter
public void setInt(int value)
setInt
in class FieldPutter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |