org.eclipse.birt.core.template
Class TextTemplate.ValueNode

java.lang.Object
  extended by org.eclipse.birt.core.template.TextTemplate.Node
      extended by org.eclipse.birt.core.template.TextTemplate.ValueNode
Enclosing class:
TextTemplate

public static class TextTemplate.ValueNode
extends TextTemplate.Node


Constructor Summary
TextTemplate.ValueNode()
           
 
Method Summary
 void accept(TextTemplate.Visitor visitor, java.lang.Object value)
           
 java.lang.String getFormat()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextTemplate.ValueNode

public TextTemplate.ValueNode()
Method Detail

getFormat

public java.lang.String getFormat()

getValue

public java.lang.String getValue()

accept

public void accept(TextTemplate.Visitor visitor,
                   java.lang.Object value)
Specified by:
accept in class TextTemplate.Node


Copyright © 2008 Actuate Corp. All rights reserved.