org.openfast.template
Interface FieldSet

All Known Implementing Classes:
MessageTemplate, Sequence

public interface FieldSet

This is the FieldSet interface. This contains methods to find the field value by an index number as well as keeps track of the number of fields in total.


Method Summary
 Field getField(int index)
           
 int getFieldCount()
           
 

Method Detail

getField

Field getField(int index)

getFieldCount

int getFieldCount()


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