public class BooleanFieldPutter extends FieldPutter
| Constructor | Description |
|---|---|
BooleanFieldPutter() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getBoolean() |
Get the boolean value of this field.
|
Kind |
getKind() |
Get the kind of field being written.
|
void |
setBoolean(boolean value) |
Set the boolean 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 void setBoolean(boolean value)
setBoolean in class FieldPuttervalue - the boolean value of this fieldpublic boolean getBoolean()
getBoolean in class FieldPutterCopyright © 2018 JBoss by Red Hat. All rights reserved.