Uses of Class
com.epam.fix.validation.beans.Fielddef

Packages that use Fielddef
com.epam.fix.validation.beans   
com.epam.fix.validation.engine.utils   
 

Uses of Fielddef in com.epam.fix.validation.beans
 

Fields in com.epam.fix.validation.beans with type parameters of type Fielddef
protected  List<Fielddef> Fielddic.fielddef
           
 

Methods in com.epam.fix.validation.beans that return types with arguments of type Fielddef
 List<Fielddef> Fielddic.getFielddef()
          Gets the value of the fielddef property.
 

Uses of Fielddef in com.epam.fix.validation.engine.utils
 

Methods in com.epam.fix.validation.engine.utils that return Fielddef
 Fielddef[] FIXUtil.getFieldDef()
          Gets fields.
 Fielddef FIXUtil.getFieldDefByName(String name)
          Gets field.
 Fielddef FIXUtil.getFieldDefByTag(int tag)
          Gets field.
 

Methods in com.epam.fix.validation.engine.utils that return types with arguments of type Fielddef
 List<Fielddef> FIXUtil.getFieldDefs(List<?> fieldsWithGroupsAndBlocks, boolean useGroupTags)
          Gets the collection of field defs.
 List<Fielddef> FIXUtil.getFieldsByMessageType(String messageType)
          Gets fields for message.
 List<Fielddef> FIXUtil.getGroupFieldDefs(String msgType, int startTagId)
          Get all field defs in repeating group.
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.