Package org.eclipse.birt.core.template
Class TextTemplate.ValueNode
- java.lang.Object
-
- org.eclipse.birt.core.template.TextTemplate.Node
-
- org.eclipse.birt.core.template.TextTemplate.ValueNode
-
- Direct Known Subclasses:
TextTemplate.ExpressionValueNode
- Enclosing class:
- TextTemplate
public static class TextTemplate.ValueNode extends TextTemplate.Node
-
-
Constructor Summary
Constructors Constructor Description ValueNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(TextTemplate.Visitor visitor, java.lang.Object value)
java.lang.String
getFormat()
java.lang.String
getFormatExpression()
java.lang.String
getValue()
-
-
-
Method Detail
-
getFormat
public java.lang.String getFormat()
-
getFormatExpression
public java.lang.String getFormatExpression()
-
getValue
public java.lang.String getValue()
-
accept
public void accept(TextTemplate.Visitor visitor, java.lang.Object value)
- Specified by:
accept
in classTextTemplate.Node
-
-