|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.marshalling.util.FieldPutter
org.jboss.marshalling.util.BooleanFieldPutter
public class BooleanFieldPutter

A field putter for boolean-type fields.
| Constructor Summary | |
|---|---|
BooleanFieldPutter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.jboss.marshalling.util.FieldPutter |
|---|
getByte, getChar, getDouble, getFloat, getInt, getLong, getObject, getShort, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setShort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanFieldPutter()
| Method Detail |
|---|
public void write(Marshaller marshaller)
throws IOException
write in class FieldPuttermarshaller - the marshaller to which to write
IOException - 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 FieldPutter
|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||