org.apache.myfaces.trinidadinternal.share.nls
Class MutableDecimalFormatContext

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.share.nls.DecimalFormatContext
      extended by org.apache.myfaces.trinidadinternal.share.nls.MutableDecimalFormatContext
All Implemented Interfaces:
java.lang.Cloneable

public final class MutableDecimalFormatContext
extends DecimalFormatContext

The MutableDecimalFormatContext class contains all number format parameters, which can be changed again after initialisation.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/share/nls/MutableDecimalFormatContext.java#0 $) $Date: 10-nov-2005.19:00:04 $
Author:
The Oracle ADF Faces Team

Constructor Summary
MutableDecimalFormatContext(DecimalFormatContext dfc)
           
 
Method Summary
 char getDecimalSeparator()
          Returns the character used as a decimal separator.
 char getGroupingSeparator()
          Returns the character used to separate number groupings.
 void setDecimalSeparator(char decimalSeparator)
          Sets the character used as a decimal separator.
 void setGroupingSeparator(char groupingSeparator)
          Sets the character used to separate number groupings.
 
Methods inherited from class org.apache.myfaces.trinidadinternal.share.nls.DecimalFormatContext
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableDecimalFormatContext

public MutableDecimalFormatContext(DecimalFormatContext dfc)
Method Detail

getGroupingSeparator

public char getGroupingSeparator()
Returns the character used to separate number groupings.

Specified by:
getGroupingSeparator in class DecimalFormatContext

setGroupingSeparator

public void setGroupingSeparator(char groupingSeparator)
Sets the character used to separate number groupings.


getDecimalSeparator

public char getDecimalSeparator()
Returns the character used as a decimal separator.

Specified by:
getDecimalSeparator in class DecimalFormatContext

setDecimalSeparator

public void setDecimalSeparator(char decimalSeparator)
Sets the character used as a decimal separator.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.