src
Class Lettre_N

java.lang.Object
  extended by src.SuiteDeChar
      extended by src.Vocabulaire
          extended by src.Lettre
              extended by src.Consonne
                  extended by src.Lettre_N

public class Lettre_N
extends Consonne


Constructor Summary
Lettre_N(boolean b)
           
 
Method Summary
 Lettre majusculiser()
           
 Lettre minusculiser()
           
 java.lang.String toString()
          String representation.
 
Methods inherited from class src.Consonne
compterVoyelles, estVoyelle
 
Methods inherited from class src.Lettre
compterMots, estMot, iemeMot, isMajuscule, setMajuscule, toutesMinus
 
Methods inherited from class src.Vocabulaire
estLettre, longueur
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lettre_N

public Lettre_N(boolean b)
Method Detail

toString

public java.lang.String toString()
Description copied from class: SuiteDeChar
String representation.

Specified by:
toString in class SuiteDeChar

minusculiser

public Lettre minusculiser()
Specified by:
minusculiser in class Lettre

majusculiser

public Lettre majusculiser()
Specified by:
majusculiser in class Lettre