Horus Doc || Java GUI Reference || Doxygen's quick Index  

StubInfoItem Class Reference

List of all members.

Public Methods

 StubInfoItem (String n)
 StubInfoItem ()

Public Attributes

String name
String value
int pos
int length

Constructor & Destructor Documentation

StubInfoItem::StubInfoItem String    n [inline]
 

00015     {
00016         name = n;
00017         value = "";
00018         pos = 0;
00019         length = 0;
00020     }

StubInfoItem::StubInfoItem   [inline]
 

00023     {
00024         this("");
00025     }


Member Data Documentation

String StubInfoItem::name
 

String StubInfoItem::value
 

int StubInfoItem::pos
 

int StubInfoItem::length
 


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:19:53 2004 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001