|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.ResourceBundle
org.eclipse.soda.dk.device.testcases.BaseDeviceTestcaseResourceBundle
public class BaseDeviceTestcaseResourceBundle
The BaseDeviceTestcaseResourceBundle provides the NLS resources.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Define the class name. |
static int[] |
INTEGER_KEYS
Define the integer keys (int[]) constant. |
static java.lang.String[] |
KEYS
Define the keys (String[]) constant. |
static java.lang.String[] |
Values
Define the values (String[]) field. |
protected static java.lang.String[] |
VALUES_LOCAL
Define the values local (String[]) constant. |
| Fields inherited from class java.util.ResourceBundle |
|---|
parent |
| Constructor Summary | |
|---|---|
BaseDeviceTestcaseResourceBundle()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getKey(int keyNumber)
Returns the String key based on the specified key number. |
java.util.Enumeration |
getKeys()
|
protected java.lang.Object |
handleGetObject(java.lang.String key)
|
| 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 |
| Field Detail |
|---|
public static final java.lang.String CLASS_NAME
protected static final java.lang.String[] VALUES_LOCAL
public static final java.lang.String[] KEYS
public static final int[] INTEGER_KEYS
public static java.lang.String[] Values
| Constructor Detail |
|---|
public BaseDeviceTestcaseResourceBundle()
| Method Detail |
|---|
public static java.lang.String getKey(int keyNumber)
throws java.lang.IndexOutOfBoundsException
keyNumber - The resource key number.
java.lang.IndexOutOfBoundsException - if String key at key number not foundpublic java.util.Enumeration getKeys()
getKeys in class java.util.ResourceBundleEnumeration) value.ResourceBundle.getKeys()
protected java.lang.Object handleGetObject(java.lang.String key)
throws java.util.MissingResourceException
handleGetObject in class java.util.ResourceBundlekey - The key (String) parameter.
Object) value.
java.util.MissingResourceException - Missing Resource Exception.ResourceBundle.handleGetObject(String)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||