Uses of Class
net.sf.jmatchparser.util.csv.FixedWidthColumn.Alignment

Packages that use FixedWidthColumn.Alignment
net.sf.jmatchparser.util.csv This package contains utility classes useful for parsing and creating CSV and similar column-based files. 
 

Uses of FixedWidthColumn.Alignment in net.sf.jmatchparser.util.csv
 

Methods in net.sf.jmatchparser.util.csv that return FixedWidthColumn.Alignment
static FixedWidthColumn.Alignment FixedWidthColumn.Alignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FixedWidthColumn.Alignment[] FixedWidthColumn.Alignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.jmatchparser.util.csv with parameters of type FixedWidthColumn.Alignment
FixedWidthColumn(int width, FixedWidthColumn.Alignment alignment)
          Create a fixed-width column of the given width and alignment.
FixedWidthColumn(int width, FixedWidthColumn.Alignment alignment, char pad)
          Create a fixed-width column of the given width and alignment, which uses the given character to pad the value on both sides if needed.
FixedWidthColumn(int width, FixedWidthColumn.Alignment alignment, char padLeft, char padRight)
          Create a fixed-width column of the given width and alignment, which uses two different characters to pad the value on left or right side if needed.
FixedWidthColumn(int width, FixedWidthColumn.Alignment alignment, char padLeft, char padRight, String... exceptionStrings)
          Create a fixed-width column of the given width and alignment, which uses two different characters to pad the value on left or right side if needed and the given exception strings.
 



Copyright © 2011. All Rights Reserved.