Uses of Class
net.sf.jsefa.flr.lowlevel.Align

Packages that use Align
net.sf.jsefa.flr.lowlevel   
net.sf.jsefa.flr.mapping   
 

Uses of Align in net.sf.jsefa.flr.lowlevel
 

Methods in net.sf.jsefa.flr.lowlevel that return Align
static Align Align.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Align[] Align.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jsefa.flr.lowlevel with parameters of type Align
 String FlrLowLevelDeserializerImpl.nextField(int length, Align align, char padCharacter)
          Returns the next field of the current record.
 String FlrLowLevelDeserializer.nextField(int length, Align align, char padCharacter)
          Returns the next field of the current record.
 void FlrLowLevelSerializerImpl.writeField(String value, int length, Align align, char padCharacter)
          Writes the next field.
 void FlrLowLevelSerializer.writeField(String value, int length, Align align, char padCharacter)
          Writes the next field.
 

Uses of Align in net.sf.jsefa.flr.mapping
 

Methods in net.sf.jsefa.flr.mapping that return Align
 Align FlrSimpleTypeMapping.getAlign()
          Returns the alignment.
 

Constructors in net.sf.jsefa.flr.mapping with parameters of type Align
FlrSimpleTypeMapping(Class<?> objectType, String dataTypeName, SimpleTypeConverter simpleTypeConverter, int length, char padCharacter, Align align, boolean crop)
          Constructs a new FlrSimpleTypeMapping from the given arguments.
 



Copyright © 2014. All rights reserved.