1.0.0

org.eclipse.soda.dk.device.testcases
Class BaseDeviceTestcaseResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.eclipse.soda.dk.device.testcases.BaseDeviceTestcaseResourceBundle

public class BaseDeviceTestcaseResourceBundle
extends java.util.ResourceBundle

The BaseDeviceTestcaseResourceBundle provides the NLS resources.

Version:
1.0.0

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

CLASS_NAME

public static final java.lang.String CLASS_NAME
Define the class name.


VALUES_LOCAL

protected static final java.lang.String[] VALUES_LOCAL
Define the values local (String[]) constant.


KEYS

public static final java.lang.String[] KEYS
Define the keys (String[]) constant.


INTEGER_KEYS

public static final int[] INTEGER_KEYS
Define the integer keys (int[]) constant.


Values

public static java.lang.String[] Values
Define the values (String[]) field.

Constructor Detail

BaseDeviceTestcaseResourceBundle

public BaseDeviceTestcaseResourceBundle()
Method Detail

getKey

public static java.lang.String getKey(int keyNumber)
                               throws java.lang.IndexOutOfBoundsException
Returns the String key based on the specified key number.

Parameters:
keyNumber - The resource key number.
Returns:
String The key string based on the requested key number.
Throws:
java.lang.IndexOutOfBoundsException - if String key at key number not found

getKeys

public java.util.Enumeration getKeys()
Specified by:
getKeys in class java.util.ResourceBundle
Returns:
Results of the get keys (Enumeration) value.
See Also:
ResourceBundle.getKeys()

handleGetObject

protected java.lang.Object handleGetObject(java.lang.String key)
                                    throws java.util.MissingResourceException
Specified by:
handleGetObject in class java.util.ResourceBundle
Parameters:
key - The key (String) parameter.
Returns:
Results of the handle get object (Object) value.
Throws:
java.util.MissingResourceException - Missing Resource Exception.
See Also:
ResourceBundle.handleGetObject(String)

1.0.0

Copyright (c) 1999, 2007 IBM