|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kenai.jaffl.struct.Struct.AbstractMember
com.kenai.jaffl.struct.Struct.AbstractBoolean
com.kenai.jaffl.struct.Struct.WBOOL
public final class Struct.WBOOL
A Windows BOOL - 4 bytes
Constructor Summary | |
---|---|
Struct.WBOOL()
|
Method Summary | |
---|---|
boolean |
get()
Gets the value for this field. |
void |
set(boolean value)
Sets the field to a new value. |
Methods inherited from class com.kenai.jaffl.struct.Struct.AbstractBoolean |
---|
toString |
Methods inherited from class com.kenai.jaffl.struct.Struct.AbstractMember |
---|
getMemoryIO, offset, struct |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Struct.WBOOL()
Method Detail |
---|
public final boolean get()
Struct.AbstractBoolean
get
in class Struct.AbstractBoolean
public final void set(boolean value)
Struct.AbstractBoolean
set
in class Struct.AbstractBoolean
value
- The new value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |