com.ibm.manplato.Resources
Class ManplatoSyncResources

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--com.ibm.manplato.Resources.ManplatoSyncResources
All Implemented Interfaces:
java.io.Serializable

public class ManplatoSyncResources
extends java.util.ListResourceBundle
implements java.io.Serializable

The default (English) language resources file for ManplatoSync.

Version:
$Rev$-$Date: 2001/08/01 20:23:51 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: schmidtd $
See Also:
Serialized Form

Field Summary
(package private) static java.lang.Object[][] contents
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ManplatoSyncResources()
           
 
Method Summary
protected  java.lang.Object[][] getContents()
          Returns the contents of this ListBundleResources class.
 java.lang.String toString()
          Returns the name of the language this class represents.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
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, wait, wait, wait
 

Field Detail

contents

static final java.lang.Object[][] contents
Constructor Detail

ManplatoSyncResources

public ManplatoSyncResources()
Method Detail

getContents

protected java.lang.Object[][] getContents()
Returns the contents of this ListBundleResources class.
Overrides:
getContents in class java.util.ListResourceBundle
Returns:
an Object array containing this classes resources.
See Also:
java.util.ListBundleResource

toString

public java.lang.String toString()
Returns the name of the language this class represents.
Overrides:
toString in class java.lang.Object
Returns:
the name of the language this class represents.