2008-07-29 1.1.0

org.eclipse.soda.dk.rfid.inventory.with.gpio.profile.test.agent
Class RfidInventoryWithGpioProfileTestAgentResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.eclipse.soda.dk.rfid.inventory.with.gpio.profile.test.agent.RfidInventoryWithGpioProfileTestAgentResourceBundle
Direct Known Subclasses:
RfidInventoryWithGpioProfileTestAgentResourceBundle_en_US

public class RfidInventoryWithGpioProfileTestAgentResourceBundle
extends java.util.ResourceBundle

The RfidInventoryWithGpioProfileTestAgentResourceBundle provides National Language Support (NLS) resources.

Version:
1.1.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
RfidInventoryWithGpioProfileTestAgentResourceBundle()
          Standard constructor.
 
Method Summary
static java.lang.String getKey(int keyNumber)
          Returns the String key based on the specified key number.
 java.util.Enumeration getKeys()
          Get keys (Enumeration) value.
protected  java.lang.Object handleGetObject(java.lang.String key)
          Handle get object and return object.
 
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

RfidInventoryWithGpioProfileTestAgentResourceBundle

public RfidInventoryWithGpioProfileTestAgentResourceBundle()
Standard constructor.

Method Detail

handleGetObject

protected java.lang.Object handleGetObject(java.lang.String key)
                                    throws java.util.MissingResourceException
Handle get object and return object.

Specified by:
handleGetObject in class java.util.ResourceBundle
Parameters:
key - Input key to lookup.
Returns:
Results of the handle get object (Object) value.
Throws:
java.util.MissingResourceException - Missing Resource Exception.
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()
Get keys (Enumeration) value.

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

2008-07-29 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.