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

E22562-03

oracle.apps.fnd.applcore.dt.flex.wizard.flexcomponent
Class FlexfieldParameter

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.flexcomponent.FlexfieldParameter

public class FlexfieldParameter
extends java.lang.Object

Helper class for Flexfield Parameters in the Flexfield Component wizard.

Author:
Michael Luetchford <michael.luetchford@oracle.com>

Constructor Summary
FlexfieldParameter(java.lang.String code, java.lang.String name)
          Constructor for parameter.
 
Method Summary
 java.lang.String getCode()
          Retrieve the code of the parameter.
 java.lang.String getName()
          Retrieve the name of the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexfieldParameter

public FlexfieldParameter(java.lang.String code,
                          java.lang.String name)
Constructor for parameter.

Parameters:
code - The code for the parameter.
name - The name displayed for the parameter.
Method Detail

getCode

public java.lang.String getCode()
Retrieve the code of the parameter.

Returns:
the code of the parameter.

getName

public java.lang.String getName()
Retrieve the name of the parameter.

Returns:
the name of the parameter.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.