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

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface SegmentDef.Operator

Enclosing interface:
SegmentDef

public static interface SegmentDef.Operator

A custom operator for this segment.


Method Summary
 java.lang.String getDescription()
          Gets the description of the operator.
 java.lang.String getExpression(java.lang.String bindVarName)
          Gets the expression.
 java.lang.String getExpressionCompound(java.lang.String bindExpr)
          Gets the expression with a bind expression.
 java.lang.Class getMsgBundleClass()
          Gets the message bundle class for the operator display name.
 java.lang.String getMsgBundleKey()
          Gets the message bundle key for the operator display name.
 java.lang.String getName()
          Gets the name of the operator.
 

Method Detail

getName

java.lang.String getName()
Gets the name of the operator.

Returns:
the name of the operator

getDescription

java.lang.String getDescription()
Gets the description of the operator.

Returns:
the description of the operator

getExpression

java.lang.String getExpression(java.lang.String bindVarName)
Gets the expression.

Parameters:
bindVarName - the name of the bind variable for this segment
Returns:
the expression

getExpressionCompound

java.lang.String getExpressionCompound(java.lang.String bindExpr)
Gets the expression with a bind expression. The difference between this method and getExpression is that getExpression puts ":" in front of the bind variable name, while this method will use the given bind expression as is.

Parameters:
bindExpr - the bind expression
Returns:
the expression

getMsgBundleClass

java.lang.Class getMsgBundleClass()
Gets the message bundle class for the operator display name.

Returns:
the message bundle class

getMsgBundleKey

java.lang.String getMsgBundleKey()
Gets the message bundle key for the operator display name.

Returns:
the message bundle key

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.