Package org.jboss.marshalling.util
Class IntFieldPutter
java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.IntFieldPutter
A field putter for int-type fields.
-
Field Details
-
value
private int value
-
-
Constructor Details
-
IntFieldPutter
public IntFieldPutter()
-
-
Method Details
-
write
Write the value of this field in its proper native format.- Specified by:
write
in classFieldPutter
- Parameters:
marshaller
- the marshaller to which to write- Throws:
IOException
- if an error occurs
-
getKind
Get the kind of field being written.- Specified by:
getKind
in classFieldPutter
- Returns:
- the kind of field
-
getInt
public int getInt()Get the integer value of this field.- Overrides:
getInt
in classFieldPutter
- Returns:
- the integer value of this field
-
setInt
public void setInt(int value) Set the integer value of this field.- Overrides:
setInt
in classFieldPutter
- Parameters:
value
- the integer value of this field
-