fr.ybo.opendata.rennes.util
Class Formatteur

java.lang.Object
  extended by fr.ybo.opendata.rennes.util.Formatteur

public final class Formatteur
extends Object

Classe utilitaire pour les formatage d'une chaine.


Method Summary
static String formatterChaine(String chaine)
          Permet de formatter une chaîne de caractère : Pour chaque mot : une majuscule au début et le reste un minuscule.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

formatterChaine

public static String formatterChaine(String chaine)
Permet de formatter une chaîne de caractère :

Parameters:
chaine - chaîne à formatter.
Returns:
la chaîne formattée.


Copyright © 2012. All Rights Reserved.