com.ibm.dse.appl.ej.base
Class OperationStatusResourceBundle
java.lang.Object
|
+--java.util.ResourceBundle
|
+--java.util.ListResourceBundle
|
+--com.ibm.dse.appl.ej.base.OperationStatusResourceBundle
- public class OperationStatusResourceBundle
- extends java.util.ListResourceBundle
The OperationStatusResourceBundle class contains operation
status codes
- See Also:
ListResourceBundle
Fields inherited from class java.util.ResourceBundle |
parent |
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 |
OperationStatusResourceBundle
public OperationStatusResourceBundle()
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