fr.opensagres.xdocreport.template.formatter
Class IfDirective

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

public class IfDirective
extends Directive


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.opensagres.xdocreport.template.formatter.Directive
Directive.DirectiveType
 
Constructor Summary
IfDirective(Directive parent, String startDirective, String endDirective)
           
 
Method Summary
 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

IfDirective

public IfDirective(Directive parent,
                   String startDirective,
                   String endDirective)
Method Detail

getType

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


Copyright © 2013. All rights reserved.