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

de.stz.bt.fnd.datapoints.FND_Attributes Class Reference

List of all members.

Public Member Functions

ArrayList getAttributeSet (int atb_id)

Static Public Member Functions

FND_Attributes getInstance ()

Detailed Description

Descriptor class containing the FND Attribute declarations Everything is loaded from constants.xml

Author:
J. Seitter
Version:
Id
FND_Attributes.java,v 1.5 2004/11/15 16:27:37 jseitter Exp


Member Function Documentation

FND_Attributes de.stz.bt.fnd.datapoints.FND_Attributes.getInstance  )  [static]
 

Returns:
The unique instance of this class.

00084                                              {
00085     if (null == _instance) {
00086       _instance = new FND_Attributes();
00087     }
00088     return _instance;
00089   }


The documentation for this class was generated from the following file:
Generated on Mon Nov 15 08:36:10 2004 for FND4J by doxygen 1.3.3