com.kenai.jaffl.struct
Class Struct.AbstractBoolean
java.lang.Object
com.kenai.jaffl.struct.Struct.AbstractMember
com.kenai.jaffl.struct.Struct.AbstractBoolean
- All Implemented Interfaces:
- Struct.Member
- Direct Known Subclasses:
- Struct.Boolean, Struct.WBOOL
- Enclosing class:
- Struct
public abstract class Struct.AbstractBoolean
- extends Struct.AbstractMember
Base class for Boolean fields
Method Summary |
abstract boolean |
get()
Gets the value for this field. |
abstract void |
set(boolean value)
Sets the field to a new value. |
java.lang.String |
toString()
Returns a string representation of this Address . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Struct.AbstractBoolean
public Struct.AbstractBoolean(Type type)
Struct.AbstractBoolean
protected Struct.AbstractBoolean(Type type,
Struct.Offset offset)
get
public abstract boolean get()
- Gets the value for this field.
- Returns:
- a boolean.
set
public abstract void set(boolean value)
- Sets the field to a new value.
- Parameters:
value
- The new value.
toString
public java.lang.String toString()
- Returns a string representation of this
Address
.
- Overrides:
toString
in class java.lang.Object
- Returns:
- a string representation of this
Address
.