org.apache.maven.doxia.module.rtf
Class AlphaNumerals

java.lang.Object
  extended by org.apache.maven.doxia.module.rtf.AlphaNumerals

public class AlphaNumerals
extends Object


Constructor Summary
AlphaNumerals()
           
 
Method Summary
static void main(String[] args)
           
static String toString(int n)
           
static String toString(int n, boolean lowerCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaNumerals

public AlphaNumerals()
Method Detail

toString

public static String toString(int n)

toString

public static String toString(int n,
                              boolean lowerCase)

main

public static void main(String[] args)
                 throws NumberFormatException
Throws:
NumberFormatException


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