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

E36215-01

oracle.adfinternal.businesseditor.objects
Class FunctionParameterImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.FunctionParameterImpl
All Implemented Interfaces:
FunctionParameter

public final class FunctionParameterImpl
extends java.lang.Object
implements FunctionParameter

For internal framework use only. A parameter for a function.

For internal use only. Application developers should not use this

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

FunctionParameterImpl

protected FunctionParameterImpl(java.lang.String name,
                                java.lang.String type)
Method Detail

setName

public void setName(java.lang.String name)
Description copied from interface: FunctionParameter
Sets the name of the function parameter.

Specified by:
setName in interface FunctionParameter
Parameters:
name - name of the function parameter

getName

public java.lang.String getName()
Description copied from interface: FunctionParameter
Returns the name of this function parameter.

Specified by:
getName in interface FunctionParameter
Returns:
the name of this function parameter

setType

public void setType(java.lang.String type)
Description copied from interface: FunctionParameter
Sets the type of the function parameter.

Specified by:
setType in interface FunctionParameter
Parameters:
type - type of the function parameter

getType

public java.lang.String getType()
Description copied from interface: FunctionParameter
Returns the type of this function parameter.

Specified by:
getType in interface FunctionParameter
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.