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

E10663-11

oracle.rules.sdk2.datamodel
Interface Callable

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

public interface Callable


Method Summary
 java.lang.String getDescription()
           
 DOID[] getExceptionIDs()
           
 java.lang.String getFullyQualifiedName()
           
 DOID getID()
          Get ID of the callable object
 Modifiers getModifiers()
           
 java.lang.String getParameterList()
          Get parameter list as a String
 java.lang.String getParameterList(boolean translate)
          Get optionally translated 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
 boolean isVisible()
           
 void setDescription(java.lang.String string)
           
 void setVisible(boolean b)
           
 

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

getParameterList

java.lang.String getParameterList(boolean translate)
Get optionally translated parameter list as a String

Returns:
return the method's parameter list

getFullyQualifiedName

java.lang.String getFullyQualifiedName()

getModifiers

Modifiers getModifiers()

getExceptionIDs

DOID[] getExceptionIDs()

isVisible

boolean isVisible()

setVisible

void setVisible(boolean b)

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String string)

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

E10663-11

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