|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.1) E36215-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void setName(java.lang.String name)
name - name of the function parameterjava.lang.String getName()
void setType(java.lang.String type)
type - type of the function parameterjava.lang.String getType()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.1) E36215-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||