Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.3)

E10653-11


oracle.jbo.common
Class OperationDefinitionsValues

java.lang.Object
  extended by oracle.jbo.common.OperationDefinitionsValues

All Implemented Interfaces:
java.io.Serializable, OperationDefinitions

public class OperationDefinitionsValues
extends java.lang.Object
implements OperationDefinitions
See Also:
Serialized Form

Constructor Summary
OperationDefinitionsValues()
           

 

Method Summary
 void addOperDef(java.lang.String sig, java.lang.String[] paramNames)
           
 java.lang.String[] findParameterNames(java.lang.reflect.Method method)
          If the object implements the given method, and has metadata about the parameter names, then the parameter names are returned.
static java.lang.String getSignature(java.lang.reflect.Method method)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OperationDefinitionsValues

public OperationDefinitionsValues()

Method Detail

getSignature

public static java.lang.String getSignature(java.lang.reflect.Method method)

addOperDef

public void addOperDef(java.lang.String sig,
                       java.lang.String[] paramNames)

findParameterNames

public java.lang.String[] findParameterNames(java.lang.reflect.Method method)
Description copied from interface: OperationDefinitions
If the object implements the given method, and has metadata about the parameter names, then the parameter names are returned.
Specified by:
findParameterNames in interface OperationDefinitions
Returns:
null if the method is not implemented, or if no metadata is available

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.3)

E10653-11


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