fr.opensagres.xdocreport.template.formatter
Class LoopDirective

java.lang.Object
  extended by fr.opensagres.xdocreport.template.formatter.Directive
      extended by fr.opensagres.xdocreport.template.formatter.LoopDirective

public class LoopDirective
extends Directive


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.opensagres.xdocreport.template.formatter.Directive
Directive.DirectiveType
 
Constructor Summary
LoopDirective(Directive parent, String startLoopDirective, String endLoopDirective, String sequence, String item)
           
 
Method Summary
 String getItem()
           
 String getSequence()
           
 Directive.DirectiveType getType()
           
 
Methods inherited from class fr.opensagres.xdocreport.template.formatter.Directive
formatDirective, getEndDirective, getEndNoParse, getParent, getStartDirective, getStartNoParse, isEvaluateEngineOnlyForFields, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoopDirective

public LoopDirective(Directive parent,
                     String startLoopDirective,
                     String endLoopDirective,
                     String sequence,
                     String item)
Method Detail

getSequence

public String getSequence()

getItem

public String getItem()

getType

public Directive.DirectiveType getType()
Specified by:
getType in class Directive


Copyright © 2013. All rights reserved.