Class mheg5.REF.GenericBoolean
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.REF.GenericBoolean

java.lang.Object
   |
   +----mheg5.REF.GenericBoolean

public class GenericBoolean
extends Object
implements GenericValue
Structure to hold the booleanvalue or it reference.

Variable Index

 o indirectRef
The reference.
 o value
The value.

Constructor Index

 o GenericBoolean()

Method Index

 o toString()

Variables

 o value
  public boolean value
The value.
 o indirectRef
  public ObjectRef indirectRef
The reference.

Constructors

 o GenericBoolean
  public GenericBoolean()

Methods

 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index