1.0.0

org.eclipse.soda.dk.profile.test
Class ProfileTestResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.eclipse.soda.dk.profile.test.ProfileTestResourceBundle
Direct Known Subclasses:
ProfileTestResourceBundle_en_US

public class ProfileTestResourceBundle
extends java.util.ResourceBundle

The ProfileTestResourceBundle provides the NLS resources.

Version:
1.0.0

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
ProfileTestResourceBundle()
           
 
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.


START_INDEX

protected static final int START_INDEX
Define the start index (int) constant.

See Also:
Constant Field Values

Values

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

Constructor Detail

ProfileTestResourceBundle

public ProfileTestResourceBundle()
Method Detail

handleGetObject

protected java.lang.Object handleGetObject(java.lang.String key)
                                    throws java.util.MissingResourceException
Specified by:
handleGetObject in class java.util.ResourceBundle
Throws:
java.util.MissingResourceException
See Also:
ResourceBundle.handleGetObject(String)

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
See Also:
ResourceBundle.getKeys()

1.0.0

Copyright (c) 1999, 2007 IBM