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

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

List of all members.

Public Member Functions

String getString (int dim)

Static Public Member Functions

FND_Dimension getInstance ()

Detailed Description


This class represents the available dimensions that can be used when transmitting a value within the FND-packet.
Author:
Manuel Kempf
Version:
Id
FND_Dimension.java,v 1.5 2004/11/15 16:27:37 jseitter Exp


Member Function Documentation

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

Returns:
The unique instance of this class.

00074                                             {
00075     if (null == _instance) {
00076       _instance = new FND_Dimension();
00077     }
00078     return _instance;
00079   } 

String de.stz.bt.fnd.datapoints.FND_Dimension.getString int  dim  ) 
 

Used to lookup the textual representation connected to a dimension number.

Parameters:
dim The dimension number whos textual representation is to be looked for.
Returns:
A String containing the the textual represenatation of the dimension value.

00091                                     {
00092     return (String)dimensions.get(dim);
00093   }


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