Main Page | Packages | Class Hierarchy | Class List | File List | Class Members

pullparse.TypeSafeEnum.enumInfo Class Reference

List of all members.

Public Attributes

int hashCode
int count
ArrayList values

Package Functions

 enumInfo (int hash)

Constructor & Destructor Documentation

pullparse.TypeSafeEnum.enumInfo.enumInfo int  hash  )  [package]
 

00048 { 00049 hashCode = hash; 00050 count = 0; 00051 values = new ArrayList(); 00052 }


Member Data Documentation

int pullparse.TypeSafeEnum.enumInfo.count
 

int pullparse.TypeSafeEnum.enumInfo.hashCode
 

ArrayList pullparse.TypeSafeEnum.enumInfo.values
 


The documentation for this class was generated from the following file:
Generated on Sat Aug 28 14:08:27 2004 for PullParse by doxygen 1.3.8