org.dftproject.genesis.core.data.nodes
Interface ILiteralNode

All Superinterfaces:
INode
All Known Implementing Classes:
DataLiteralNode, DataLongLiteralNode, LiteralNode

public interface ILiteralNode
extends INode

A literal node.


Method Summary
 java.lang.String getLiteralValue()
          Returns the string value of this literal.
 

Method Detail

getLiteralValue

java.lang.String getLiteralValue()
Returns the string value of this literal.

Returns:
the string value