Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.dynamic
Class BooleanGroupExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.ValueExpression
          extended by oracle.apps.fnd.applcore.flex.dynamic.GroupExpression<java.lang.Boolean>
              extended by oracle.apps.fnd.applcore.flex.dynamic.BooleanGroupExpression
All Implemented Interfaces:
java.io.Serializable

public class BooleanGroupExpression
extends GroupExpression<java.lang.Boolean>

a group of boolean expression they will be evaluated, and then resulted by the logicall conjunction (and / or)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.flex.dynamic.GroupExpression
_expressions
 
Constructor Summary
BooleanGroupExpression(int logicConjunction, boolean defaultValue, int negation)
           
 
Method Summary
 java.lang.Boolean conjunction(java.lang.Boolean currentBoolean, java.lang.Boolean newBoolean)
          default Behavoir: the new value will replace the existing value subclass can overwrite this function
 
Methods inherited from class oracle.apps.fnd.applcore.flex.dynamic.GroupExpression
addExpression, equals, getDefaultValue, getExpectedType, getExpressionString, getType, getValue, hashCode, isLiteralText, isReadOnly, setDefaultValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanGroupExpression

public BooleanGroupExpression(int logicConjunction,
                              boolean defaultValue,
                              int negation)
Method Detail

conjunction

public java.lang.Boolean conjunction(java.lang.Boolean currentBoolean,
                                     java.lang.Boolean newBoolean)
Description copied from class: GroupExpression
default Behavoir: the new value will replace the existing value subclass can overwrite this function

Overrides:
conjunction in class GroupExpression<java.lang.Boolean>
Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.