public class IntFieldPutter extends FieldPutter
| Constructor | Description |
|---|---|
IntFieldPutter() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getInt() |
Get the integer value of this field.
|
Kind |
getKind() |
Get the kind of field being written.
|
void |
setInt(int value) |
Set the integer value of this field.
|
void |
write(Marshaller marshaller) |
Write the value of this field in its proper native format.
|
public void write(Marshaller marshaller) throws IOException
write in class FieldPuttermarshaller - the marshaller to which to writeIOException - if an error occurspublic Kind getKind()
getKind in class FieldPutterpublic int getInt()
getInt in class FieldPutterpublic void setInt(int value)
setInt in class FieldPuttervalue - the integer value of this fieldCopyright © 2018 JBoss by Red Hat. All rights reserved.