ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.parser.node
Class StringNode

java.lang.Object
  extended bycom.elegantj.data.parser.node.StringNode
All Implemented Interfaces:
Node

public class StringNode
extends java.lang.Object
implements Node

The StringNode class represents the parsed expression node for the string


Constructor Summary
StringNode(java.lang.String value_in)
          Creates a StringNode with specified value
 
Method Summary
 java.lang.Object getValue()
          Returns the node value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringNode

public StringNode(java.lang.String value_in)
Creates a StringNode with specified value

Parameters:
value_in - a string representing the node value
Method Detail

getValue

public java.lang.Object getValue()
                          throws ParserException
Returns the node value

Specified by:
getValue in interface Node
Returns:
the object represents the node value
Throws:
ParserException

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.