|
JBoss Marshalling 1.3.0.GA | |||||||||
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
Constructor Summary | |
---|---|
BooleanFieldPutter()
|
Method Summary | |
---|---|
boolean |
getBoolean()
|
Kind |
getKind()
|
void |
setBoolean(boolean value)
|
void |
write(Marshaller marshaller)
|
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 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
|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |