org.openfast.session.template.exchange
Class VariableLengthInstructionConverter

java.lang.Object
  extended by org.openfast.session.template.exchange.AbstractFieldInstructionConverter
      extended by org.openfast.session.template.exchange.ScalarConverter
          extended by org.openfast.session.template.exchange.VariableLengthInstructionConverter
All Implemented Interfaces:
FieldInstructionConverter

public class VariableLengthInstructionConverter
extends ScalarConverter


Constructor Summary
VariableLengthInstructionConverter()
           
 
Method Summary
 GroupValue convert(Field field, ConversionContext context)
           
 Field convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Group[] getTemplateExchangeTemplates()
           
 boolean shouldConvert(Field field)
           
 
Methods inherited from class org.openfast.session.template.exchange.AbstractFieldInstructionConverter
createOperator, getOperator, setName, setNameAndId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableLengthInstructionConverter

public VariableLengthInstructionConverter()
Method Detail

convert

public Field convert(GroupValue fieldDef,
                     TemplateRegistry templateRegistry,
                     ConversionContext context)
Specified by:
convert in interface FieldInstructionConverter
Overrides:
convert in class ScalarConverter

convert

public GroupValue convert(Field field,
                          ConversionContext context)
Specified by:
convert in interface FieldInstructionConverter
Overrides:
convert in class ScalarConverter

shouldConvert

public boolean shouldConvert(Field field)
Specified by:
shouldConvert in interface FieldInstructionConverter
Overrides:
shouldConvert in class ScalarConverter

getTemplateExchangeTemplates

public Group[] getTemplateExchangeTemplates()
Specified by:
getTemplateExchangeTemplates in interface FieldInstructionConverter
Overrides:
getTemplateExchangeTemplates in class ScalarConverter


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