Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.ValueExpression
          extended by oracle.apps.fnd.applcore.flex.dynamic.ConcatenateValueExpression
All Implemented Interfaces:
java.io.Serializable

public class ConcatenateValueExpression
extends javax.el.ValueExpression
implements java.io.Serializable

For kff concatenate value in table usage: the ve expression will be used to locate the view row, and the concateAttrName will be used to access the concatenate attribute.

See Also:
Serialized Form

Constructor Summary
ConcatenateValueExpression(javax.el.ValueExpression ve, java.lang.String concateAttrName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Class getExpectedType()
           
 java.lang.String getExpressionString()
           
 oracle.jbo.Row getRow(javax.el.ELContext context)
           
 java.lang.Class getType(javax.el.ELContext context)
           
 java.lang.Object getValue(javax.el.ELContext context)
           
 int hashCode()
           
 boolean isLiteralText()
           
 boolean isReadOnly(javax.el.ELContext context)
           
 void setValue(javax.el.ELContext context, java.lang.Object concateValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcatenateValueExpression

public ConcatenateValueExpression(javax.el.ValueExpression ve,
                                  java.lang.String concateAttrName)
Method Detail

getValue

public java.lang.Object getValue(javax.el.ELContext context)
Specified by:
getValue in class javax.el.ValueExpression

setValue

public void setValue(javax.el.ELContext context,
                     java.lang.Object concateValue)
Specified by:
setValue in class javax.el.ValueExpression

getRow

public oracle.jbo.Row getRow(javax.el.ELContext context)

isReadOnly

public boolean isReadOnly(javax.el.ELContext context)
Specified by:
isReadOnly in class javax.el.ValueExpression

getType

public java.lang.Class getType(javax.el.ELContext context)
Specified by:
getType in class javax.el.ValueExpression

getExpectedType

public java.lang.Class getExpectedType()
Specified by:
getExpectedType in class javax.el.ValueExpression

getExpressionString

public java.lang.String getExpressionString()
Specified by:
getExpressionString in class javax.el.Expression

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class javax.el.Expression

hashCode

public int hashCode()
Specified by:
hashCode in class javax.el.Expression

isLiteralText

public boolean isLiteralText()
Specified by:
isLiteralText in class javax.el.Expression

toString

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

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.