org.openfast.session.template.exchange
Interface FieldInstructionConverter

All Known Implementing Classes:
AbstractFieldInstructionConverter, ComposedDecimalConverter, DynamicTemplateReferenceConverter, GroupConverter, ScalarConverter, SequenceConverter, StaticTemplateReferenceConverter, VariableLengthInstructionConverter

public interface FieldInstructionConverter


Method Summary
 GroupValue convert(Field field, ConversionContext context)
           
 Field convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Group[] getTemplateExchangeTemplates()
           
 boolean shouldConvert(Field field)
           
 

Method Detail

shouldConvert

boolean shouldConvert(Field field)

getTemplateExchangeTemplates

Group[] getTemplateExchangeTemplates()

convert

Field convert(GroupValue fieldDef,
              TemplateRegistry templateRegistry,
              ConversionContext context)

convert

GroupValue convert(Field field,
                   ConversionContext context)


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.