Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.beans
Class ExpressionNode

java.lang.Object
  |
  +--oracle.toplink.tools.beans.ExpressionNode

public class ExpressionNode
extends java.lang.Object

Used for the tree view within expression editor.


Constructor Summary
ExpressionNode(Expression expression)
           

 

Method Summary
 Expression getExpression()
           
static java.lang.String getMethod(java.lang.String method)
           
static java.util.Hashtable getMethods()
           
static java.lang.String getOperator(int anOperator)
           
static java.util.Hashtable getOperators()
           
 void setExpression(Expression expression)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ExpressionNode

public ExpressionNode(Expression expression)
Method Detail

getExpression

public Expression getExpression()

getMethod

public static java.lang.String getMethod(java.lang.String method)

getMethods

public static java.util.Hashtable getMethods()

getOperator

public static java.lang.String getOperator(int anOperator)

getOperators

public static java.util.Hashtable getOperators()

setExpression

public void setExpression(Expression expression)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Copyright © 2003 Oracle Corporation. All Rights Reserved.