|
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 | ||||||||
java.lang.Object
oracle.adfinternal.businesseditor.objects.FunctionParameterImpl
public final class FunctionParameterImpl
For internal framework use only. A parameter for a function.
| Constructor Summary | |
|---|---|
protected |
FunctionParameterImpl(java.lang.String name, java.lang.String type) |
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FunctionParameterImpl(java.lang.String name,
java.lang.String type)
| Method Detail |
|---|
public void setName(java.lang.String name)
FunctionParametersetName in interface FunctionParametername - name of the function parameterpublic java.lang.String getName()
FunctionParametergetName in interface FunctionParameterpublic void setType(java.lang.String type)
FunctionParametersetType in interface FunctionParametertype - type of the function parameterpublic java.lang.String getType()
FunctionParametergetType in interface FunctionParameter
|
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 | ||||||||