org.apache.commons.math
Class MessagesResources_fr

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by org.apache.commons.math.MessagesResources_fr

public class MessagesResources_fr
extends java.util.ListResourceBundle

French localization message resources for the commons-math library.

Since:
1.2
Version:
$Revision: 620312 $ $Date: 2008-02-10 12:28:59 -0700 (Sun, 10 Feb 2008) $

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MessagesResources_fr()
          Simple constructor.
 
Method Summary
 java.lang.Object[][] getContents()
          Get the non-translated/translated messages arrays from this resource bundle.
 
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, toString, wait, wait, wait
 

Constructor Detail

MessagesResources_fr

public MessagesResources_fr()
Simple constructor.

Method Detail

getContents

public java.lang.Object[][] getContents()
Get the non-translated/translated messages arrays from this resource bundle.

Specified by:
getContents in class java.util.ListResourceBundle
Returns:
non-translated/translated messages arrays


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.