Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.common
Class ExpressionDef

java.lang.Object
  extended by oracle.jbo.common.ExpressionDef


public class ExpressionDef
extends java.lang.Object

Constructor Summary
ExpressionDef(NamedObjectImpl parent, ExpressionDef def)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
ExpressionDef(NamedObjectImpl parent, java.lang.String expr, java.lang.String name)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
ExpressionDef(NamedObjectImpl parent, java.lang.String expr, java.lang.String name, java.lang.String priv)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
ExpressionDef(NamedObjectImpl parent, java.lang.String expr, java.lang.String name, java.lang.String priv, java.lang.Boolean hasReturn)
          Deprecated. since 11.1.4.0 Applications should not be using this class.

 

Method Summary
 java.util.LinkedHashMap getAttributesMap()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 ExprEval getEvaluator()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String getExpression()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String getName()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 ExprEval.Privilege getPrivilege()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String getPrivilegeString()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 boolean hasReturn()
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 void setHasReturn(boolean ret)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 void setPrivilege(ExprEval.Privilege priv)
          Deprecated. since 11.1.4.0 Applications should not be using this class.
 java.lang.String toString()
           
 void useEvaluator(ExprEval eval)
          Deprecated. since 11.1.4.0 Applications should not be using this class.

 

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

 

Constructor Detail

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     java.lang.String expr,
                     java.lang.String name,
                     java.lang.String priv,
                     java.lang.Boolean hasReturn)
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     java.lang.String expr,
                     java.lang.String name,
                     java.lang.String priv)
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     java.lang.String expr,
                     java.lang.String name)
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

ExpressionDef

public ExpressionDef(NamedObjectImpl parent,
                     ExpressionDef def)
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

Method Detail

getEvaluator

public ExprEval getEvaluator()
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

useEvaluator

public void useEvaluator(ExprEval eval)
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

getExpression

public java.lang.String getExpression()
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

getName

public java.lang.String getName()
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

setHasReturn

public void setHasReturn(boolean ret)
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

hasReturn

public boolean hasReturn()
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

setPrivilege

public void setPrivilege(ExprEval.Privilege priv)
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

getPrivilege

public ExprEval.Privilege getPrivilege()
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

getPrivilegeString

public java.lang.String getPrivilegeString()
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

getAttributesMap

public java.util.LinkedHashMap getAttributesMap()
Deprecated. since 11.1.4.0 Applications should not be using this class.
For internal use only. Application developers should not use this

toString

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.