it.eng.qbe.newquery
Class ExpressionNode
java.lang.Object
it.eng.qbe.newquery.ExpressionNode
public class ExpressionNode
- extends java.lang.Object
- Author:
- Andrea Gioia (andrea.gioia@eng.it)
Constructor Summary |
ExpressionNode(java.lang.String type,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionNode
public ExpressionNode(java.lang.String type,
java.lang.String value)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getChildNodes
public java.util.List getChildNodes()
setChildNodes
public void setChildNodes(java.util.List childNodes)
addChild
public void addChild(ExpressionNode child)