public class LongFieldPutter extends FieldPutter
Constructor and Description |
---|
LongFieldPutter() |
Modifier and Type | Method and Description |
---|---|
Kind |
getKind()
Get the kind of field being written.
|
long |
getLong()
Get the long value of this field.
|
void |
setLong(long value)
Set the long 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 java.io.IOException
write
in class FieldPutter
marshaller
- the marshaller to which to writejava.io.IOException
- if an error occurspublic Kind getKind()
getKind
in class FieldPutter
public long getLong()
getLong
in class FieldPutter
public void setLong(long value)
setLong
in class FieldPutter
value
- the long value of this fieldCopyright © 2011 JBoss, a division of Red Hat, Inc.