public class CharFieldPutter extends FieldPutter
Constructor and Description |
---|
CharFieldPutter() |
Modifier and Type | Method and Description |
---|---|
char |
getChar()
Get the character value of this field.
|
Kind |
getKind()
Get the kind of field being written.
|
void |
setChar(char value)
Set the character 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 FieldPutter
marshaller
- the marshaller to which to writeIOException
- if an error occurspublic Kind getKind()
getKind
in class FieldPutter
public char getChar()
getChar
in class FieldPutter
public void setChar(char value)
setChar
in class FieldPutter
value
- the character value of this fieldCopyright © 2019 JBoss by Red Hat. All rights reserved.