fr.opensagres.xdocreport.template.formatter
Class Directive

java.lang.Object
  extended by fr.opensagres.xdocreport.template.formatter.Directive
Direct Known Subclasses:
IfDirective, LoopDirective

public abstract class Directive
extends Object


Nested Class Summary
static class Directive.DirectiveType
           
 
Constructor Summary
Directive(Directive parent, String startDirective, String endDirective)
           
 
Method Summary
 String getEndDirective()
           
 Directive getParent()
           
 String getStartDirective()
           
abstract  Directive.DirectiveType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Directive

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

getStartDirective

public String getStartDirective()

getEndDirective

public String getEndDirective()

getType

public abstract Directive.DirectiveType getType()

getParent

public Directive getParent()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.