Public Member Functions | |
String | getString (int dim) |
Static Public Member Functions | |
FND_Dimension | getInstance () |
|
00074 { 00075 if (null == _instance) { 00076 _instance = new FND_Dimension(); 00077 } 00078 return _instance; 00079 } |
|
Used to lookup the textual representation connected to a dimension number.
00091 {
00092 return (String)dimensions.get(dim);
00093 }
|