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

E22562-02

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface LOVDef.ParameterBoundValue

Enclosing interface:
LOVDef

public static interface LOVDef.ParameterBoundValue

A bound value which is a parameter's current value. This is a generic interface that can represent multiple parameters.


Method Summary
 java.lang.String getAttributeName(java.lang.String code)
          Gets the name of the attribute that represents the parameter.
 java.lang.String getModelID(java.lang.String code)
          Gets the ID of the flexfield model where this parameter belongs.
 

Method Detail

getAttributeName

java.lang.String getAttributeName(java.lang.String code)
Gets the name of the attribute that represents the parameter.

Parameters:
code - the parameter code
Returns:
the attribute name; null if no attribute is found to represent the parameter

getModelID

java.lang.String getModelID(java.lang.String code)
Gets the ID of the flexfield model where this parameter belongs.

Parameters:
code - the parameter code
Returns:
the model ID

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.