it.amattioli.encapsulate.money
Class EuroFormat

Show UML class diagram
java.lang.Object
  extended by java.text.Format
      extended by it.amattioli.encapsulate.money.MoneyFormat
          extended by it.amattioli.encapsulate.money.EuroFormat
All Implemented Interfaces:
Serializable, Cloneable

public class EuroFormat
extends MoneyFormat

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
protected EuroFormat(Locale locale)
           
 
Method Summary
static Locale[] getAvailableLocales()
           
static EuroFormat getInstance(Locale locale)
           
protected  Money numberToMoney(Number n)
           
 
Methods inherited from class it.amattioli.encapsulate.money.MoneyFormat
format, getInstance, getInstance, parse, parse, parseObject
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EuroFormat

protected EuroFormat(Locale locale)
Method Detail

getInstance

public static EuroFormat getInstance(Locale locale)

getAvailableLocales

public static Locale[] getAvailableLocales()

numberToMoney

protected Money numberToMoney(Number n)
Overrides:
numberToMoney in class MoneyFormat


Copyright © 2011. All Rights Reserved.