Package org.jboss.marshalling.util
Class ShortFieldPutter
java.lang.Object
org.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.ShortFieldPutter
A field putter for short-type fields.
-
Field Details
-
value
private short value
-
-
Constructor Details
-
ShortFieldPutter
public ShortFieldPutter()
-
-
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
-
getShort
public short getShort()Get the short value of this field.- Overrides:
getShort
in classFieldPutter
- Returns:
- the short value of this field
-
setShort
public void setShort(short value) Set the short value of this field.- Overrides:
setShort
in classFieldPutter
- Parameters:
value
- the short value of this field
-