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 ListResourceBundle

French localization message resources for the commons-math library.

Since:
1.2
Version:
$Revision: 796546 $ $Date: 2009-07-21 17:38:55 -0400 (Tue, 21 Jul 2009) $

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MessagesResources_fr()
          Simple constructor.
 
Method Summary
 Object[][] getContents()
          Get the non-translated/translated messages arrays from this resource bundle.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, 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 Object[][] getContents()
Get the non-translated/translated messages arrays from this resource bundle.

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


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.