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

E36215-01

oracle.adf.businesseditor.objects
Interface FunctionParameter

All Known Implementing Classes:
FunctionParameterImpl

public interface FunctionParameter

A parameter for a function.


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

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

E36215-01

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