com.kenai.jaffl.struct
Class Struct.WBOOL
java.lang.Object
com.kenai.jaffl.struct.Struct.AbstractMember
com.kenai.jaffl.struct.Struct.AbstractBoolean
com.kenai.jaffl.struct.Struct.WBOOL
- All Implemented Interfaces:
- Struct.Member
- Enclosing class:
- Struct
public final class Struct.WBOOL
- extends Struct.AbstractBoolean
A Windows BOOL - 4 bytes
Method Summary |
boolean |
get()
Gets the value for this field. |
void |
set(boolean value)
Sets the field to a new value. |
Struct.WBOOL
public Struct.WBOOL()
get
public final boolean get()
- Description copied from class:
Struct.AbstractBoolean
- Gets the value for this field.
- Specified by:
get
in class Struct.AbstractBoolean
- Returns:
- a boolean.
set
public final void set(boolean value)
- Description copied from class:
Struct.AbstractBoolean
- Sets the field to a new value.
- Specified by:
set
in class Struct.AbstractBoolean
- Parameters:
value
- The new value.
Copyright © 2011. All Rights Reserved.