Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.beans
Class ExpressionNode

java.lang.Object
  extended byoracle.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()

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.