|
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.testcase.DeviceTestcaseResourceBundle
public class DeviceTestcaseResourceBundle
The DeviceTestcaseResourceBundle provides the NLS resources.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_NAME
Define the class name. |
static java.lang.String[] |
KEYS
Define the keys (String[]) constant. |
protected static int |
START_INDEX
Define the start index (int) 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 | |
|---|---|
DeviceTestcaseResourceBundle()
|
|
| 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
protected static final int START_INDEX
public static java.lang.String[] Values
| Constructor Detail |
|---|
public DeviceTestcaseResourceBundle()
| Method Detail |
|---|
protected java.lang.Object handleGetObject(java.lang.String key)
throws java.util.MissingResourceException
handleGetObject in class java.util.ResourceBundlejava.util.MissingResourceExceptionResourceBundle.handleGetObject(String)
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.ResourceBundleResourceBundle.getKeys()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||