Uses of Interface
biz.onixs.fix.fast.Template

Packages that use Template
biz.onixs.fix.fast   
biz.onixs.fix.fast.template   
 

Uses of Template in biz.onixs.fix.fast
 

Fields in biz.onixs.fix.fast declared as Template
protected  Template CodingContext.template
           
 

Methods in biz.onixs.fix.fast that return Template
 Template Template.copy()
           
 Template TemplateLibrary.getById(int id)
          Returns template from the library by its id.
 Template CodingContext.getTemplate()
           
 

Methods in biz.onixs.fix.fast with parameters of type Template
 void TemplateLibrary.add(Template template)
          Adds template to library.
 void Template.fillTemplateRef(String name, Template template)
           
 void CodingContext.setTemplate(Template template)
           
 

Uses of Template in biz.onixs.fix.fast.template
 

Classes in biz.onixs.fix.fast.template that implement Template
 class TemplateImpl
           
 

Methods in biz.onixs.fix.fast.template that return Template
 Template TemplateImpl.copy()
           
 

Methods in biz.onixs.fix.fast.template with parameters of type Template
 void TemplateRefFieldInstr.fillTemplateRef(String name, Template template)
           
 void TemplateImpl.fillTemplateRef(String name, Template template)
           
 void SequenceFieldInstr.fillTemplateRef(String name, Template template)
           
 void FieldInstr.fillTemplateRef(String name, Template template)
           
 void AbstractFieldInstr.fillTemplateRef(String name, Template template)
           
 



Copyright © 2005-2012 Onix Solutions. All Rights Reserved.