de.stz.bt.fnd.datapoints
Class FND_Dimension

java.lang.Object
  extended byde.stz.bt.fnd.datapoints.FND_Dimension

public final class FND_Dimension
extends java.lang.Object


This class represents the available dimensions that can be used when transmitting a value within the FND-packet.

Version:
$Id: FND_Dimension.html,v 1.3 2004/11/08 08:10:43 jseitter Exp $
Author:
Manuel Kempf

Field Summary
private static FND_Dimension _instance
           
private static java.util.ArrayList dimensions
           
 
Constructor Summary
FND_Dimension()
           
 
Method Summary
static FND_Dimension getInstance()
           
 java.lang.String getString(byte dim)
          Used to lookup the textual representation connected to a dimension number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dimensions

private static java.util.ArrayList dimensions

_instance

private static FND_Dimension _instance
Constructor Detail

FND_Dimension

public FND_Dimension()
Method Detail

getInstance

public static FND_Dimension getInstance()
Returns:
The unique instance of this class.

getString

public java.lang.String getString(byte 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.