Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.4.0)

E10663-04


oracle.rules.sdk2.datamodel
Interface Callable

All Known Implementing Classes:
Constructor, DecisionFunction, Function, Method

public interface Callable

Method Summary
 java.lang.String getFullyQualifiedName()
           
 DOID getID()
          Get ID of the callable object
 java.lang.String getParameterList()
          Get parameter list as a String
 java.util.List<? extends Parameter> getParameters()
          Get all the parameters of the callable interface (Function/Method/Constructor) Function returns FormalParameterTable and Method/Constructor return OverloadedParameterTable
 java.lang.String getType()
          Get alias of the return type
 DOID getTypeID()
          Get alias of the return type

 

Method Detail

getID

DOID getID()
Get ID of the callable object
Returns:
ID of the callable object.

getParameters

java.util.List<? extends Parameter> getParameters()
Get all the parameters of the callable interface (Function/Method/Constructor) Function returns FormalParameterTable and Method/Constructor return OverloadedParameterTable
Returns:
all the formal parameters of the callable interface

getType

java.lang.String getType()
Get alias of the return type
Returns:
alias of the return type

getTypeID

DOID getTypeID()
Get alias of the return type
Returns:
alias of the return type

getParameterList

java.lang.String getParameterList()
Get parameter list as a String
Returns:
return the method's parameter list

getFullyQualifiedName

java.lang.String getFullyQualifiedName()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.4.0)

E10663-04


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.