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

All Known Implementing Classes:
VariablesFormat.Rounder
Enclosing class:
VariablesFormat

static interface VariablesFormat.MakeUpFormat

Interface establishing special make ups to the basic formated strings


Method Summary
 java.lang.String trim(java.lang.String s)
          Deletes some figures to the left or right of the basic formated string following the context defined by its caller.
 java.lang.String trimPeriod(java.lang.String s)
          Deletes the decimal separator (period) and all figures to the right.
 

Method Detail

trim

public java.lang.String trim(java.lang.String s)
Deletes some figures to the left or right of the basic formated string following the context defined by its caller.
Parameters:
s -  
Returns:
String

trimPeriod

public java.lang.String trimPeriod(java.lang.String s)
Deletes the decimal separator (period) and all figures to the right.
Parameters:
s -  
Returns:
String