Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.1)

E36215-02


oracle.adf.businesseditor.objects
Interface FunctionParameter

All Known Implementing Classes:
FunctionParameterImpl

public interface FunctionParameter

A parameter for a function. Note that new methods may be added to this interface without notice. Do not extend this interface for custom classes.


Method Summary
 java.lang.String getName()
          Returns the name of this function parameter.
 java.lang.String getType()
          Returns the type of this function parameter.
 void setName(java.lang.String name)
          Sets the name of the function parameter.
 void setType(java.lang.String type)
          Sets the type of the function parameter.

 

Method Detail

setName

void setName(java.lang.String name)
Sets the name of the function parameter.
Parameters:
name - name of the function parameter

getName

java.lang.String getName()
Returns the name of this function parameter.
Returns:
the name of this function parameter

setType

void setType(java.lang.String type)
Sets the type of the function parameter.
Parameters:
type - type of the function parameter

getType

java.lang.String getType()
Returns the type of this function parameter.
Returns:
the type of this function parameter

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.1)

E36215-02


Copyright © 1997, 2013, Oracle. All rights reserved.