Uses of Interface
com.instantbank.component.lettertemplate.util.VariablesFormat.MakeUpFormat

Packages that use VariablesFormat.MakeUpFormat
com.instantbank.component.lettertemplate.util These are auxiliary classes used by the LetterTemplate EJB. 
 

Uses of VariablesFormat.MakeUpFormat in com.instantbank.component.lettertemplate.util
 

Classes in com.instantbank.component.lettertemplate.util that implement VariablesFormat.MakeUpFormat
(package private)  class VariablesFormat.Phone_MakeUp
          Formatter for Phone format.
(package private)  class VariablesFormat.Rounder
          Implementation of MakeUpFormat intended for formatting numbers (not SSN nor Phone)
(package private)  class VariablesFormat.SSN_MakeUp
          Formatter for SSN format.
 

Fields in com.instantbank.component.lettertemplate.util declared as VariablesFormat.MakeUpFormat
(package private)  VariablesFormat.MakeUpFormat VariablesFormat.IbNumberFormat.rounder
          Auxiliary object that trims figures to the right/left of the basic formatted string.
 

Constructors in com.instantbank.component.lettertemplate.util with parameters of type VariablesFormat.MakeUpFormat
VariablesFormat.IbNumberFormat(java.text.NumberFormat numFormat, VariablesFormat.MakeUpFormat rounder)
          Constructor.
VariablesFormat.IbNumberFormat(java.text.NumberFormat numFormat, VariablesFormat.MakeUpFormat rounder, java.lang.String rNeg, java.lang.String lPos, boolean trimPeriod)
          Constructor.