public interface LiteralNode extends SimpleNode
| Modifier and Type | Method and Description |
|---|---|
void |
addText(String text)
Adds the given text to this model.
|
String |
getText()
Gets the text
|
boolean |
quoteEmbeddedNodes()
Whether to quote embedded nodes.
|
createExpression, getTokenvoid addText(String text)
text - the text to addString getText()
boolean quoteEmbeddedNodes()
Apache Camel