de.stz.bt.fnd.datapoints
Class FND_Attributes

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

public final class FND_Attributes
extends java.lang.Object

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

Version:
$Id: FND_Attributes.html,v 1.3 2004/11/08 08:10:43 jseitter Exp $
Author:
J. Seitter

Field Summary
private static FND_Attributes _instance
          A handle to the unique Singleton instance.
private  java.util.ArrayList attributes
           
 
Constructor Summary
FND_Attributes()
           
 
Method Summary
 java.util.ArrayList getAttributeSet(byte atb_id)
           
static FND_Attributes getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_instance

private static FND_Attributes _instance
A handle to the unique Singleton instance.


attributes

private java.util.ArrayList attributes
Constructor Detail

FND_Attributes

public FND_Attributes()
Method Detail

getInstance

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

getAttributeSet

public java.util.ArrayList getAttributeSet(byte atb_id)