com.ibm.dse.appl.ej.base
Class CurrencyDecimalResourceBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.dse.appl.ej.base.CurrencyDecimalResourceBundle

public class CurrencyDecimalResourceBundle
extends java.util.ListResourceBundle

The CurrencyDecimalResourceBundle class contains decimal place for currency

See Also:
ListResourceBundle

Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
CurrencyDecimalResourceBundle()
           
 
Method Summary
 java.lang.String getCode(java.lang.Object aKey)
          Get a key code
 java.lang.Object[][] getContents()
          Get the whole content in this resource bundle
 java.lang.String getDescription(java.lang.Object aKey)
          Get the description of a given code
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyDecimalResourceBundle

public CurrencyDecimalResourceBundle()
Method Detail

getCode

public java.lang.String getCode(java.lang.Object aKey)
Get a key code
Parameters:
aKey - Object, a key code
Returns:
String, a key code

getContents

public java.lang.Object[][] getContents()
Get the whole content in this resource bundle
Overrides:
getContents in class java.util.ListResourceBundle
Returns:
Object[][], the whole content

getDescription

public java.lang.String getDescription(java.lang.Object aKey)
Get the description of a given code
Parameters:
aKey - Object, a code
Returns:
String, a description