public class BooleanFieldPutter extends FieldPutter
Constructor and Description |
---|
BooleanFieldPutter() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean() |
Kind |
getKind() |
void |
setBoolean(boolean value) |
void |
write(Marshaller marshaller) |
public void write(Marshaller marshaller) throws java.io.IOException
write
in class FieldPutter
java.io.IOException
public Kind getKind()
getKind
in class FieldPutter
public void setBoolean(boolean value)
setBoolean
in class FieldPutter
public boolean getBoolean()
getBoolean
in class FieldPutter