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

Class mheg5.REF.GenericInteger

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

public class GenericInteger
extends Object
implements GenericValue
It provides a structure to hold the value.

Variable Index

 o indirectRef
For indirect reference.
 o value
The integer value

Constructor Index

 o GenericInteger()

Method Index

 o toString()

Variables

 o value
  public int value
The integer value
 o indirectRef
  public ObjectRef indirectRef
For indirect reference.

Constructors

 o GenericInteger
  public GenericInteger()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index