Uses of Class
org.openfast.GroupValue

Packages that use GroupValue
org.openfast   
org.openfast.session.template.exchange   
 

Uses of GroupValue in org.openfast
 

Subclasses of GroupValue in org.openfast
 class Message
           
 

Methods in org.openfast that return GroupValue
 GroupValue SequenceValue.get(int index)
           
 GroupValue GroupValue.getGroup(int fieldIndex)
           
 GroupValue GroupValue.getGroup(java.lang.String fieldName)
           
 GroupValue[] SequenceValue.getValues()
           
 

Methods in org.openfast with parameters of type GroupValue
 void SequenceValue.add(GroupValue value)
           
 

Uses of GroupValue in org.openfast.session.template.exchange
 

Methods in org.openfast.session.template.exchange that return GroupValue
 GroupValue VariableLengthInstructionConverter.convert(Field field, ConversionContext context)
           
 GroupValue StaticTemplateReferenceConverter.convert(Field field, ConversionContext context)
           
 GroupValue SequenceConverter.convert(Field field, ConversionContext context)
           
 GroupValue ScalarConverter.convert(Field field, ConversionContext context)
           
 GroupValue GroupConverter.convert(Field field, ConversionContext context)
           
 GroupValue FieldInstructionConverter.convert(Field field, ConversionContext context)
           
 GroupValue DynamicTemplateReferenceConverter.convert(Field field, ConversionContext context)
           
 GroupValue ComposedDecimalConverter.convert(Field field, ConversionContext context)
           
static GroupValue AbstractFieldInstructionConverter.createOperator(Scalar scalar)
           
 

Methods in org.openfast.session.template.exchange with parameters of type GroupValue
 Field VariableLengthInstructionConverter.convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Field StaticTemplateReferenceConverter.convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Field SequenceConverter.convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Field ScalarConverter.convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Field GroupConverter.convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Field FieldInstructionConverter.convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
 Field DynamicTemplateReferenceConverter.convert(GroupValue groupValue, TemplateRegistry templateRegistry, ConversionContext context)
           
 Field ComposedDecimalConverter.convert(GroupValue fieldDef, TemplateRegistry templateRegistry, ConversionContext context)
           
static Field[] GroupConverter.parseFieldInstructions(GroupValue groupDef, TemplateRegistry registry, ConversionContext context)
           
static void AbstractFieldInstructionConverter.setName(Field field, GroupValue fieldDef)
           
static void AbstractFieldInstructionConverter.setNameAndId(Field field, GroupValue fieldDef)
           
 



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