Package oracle.rules.sdk2.datamodel
Interface Callable
- All Known Implementing Classes:
Constructor
,DecisionFunction
,Function
,Method
public interface Callable
-
Method Summary
Modifier and TypeMethodDescriptionGet ID of the return type without sync'ing with type aliasDOID[]
getID()
Get ID of the callable objectGet parameter list as a StringgetParameterList
(boolean translate) Get optionally translated parameter list as a StringGet all the parameters of the callable interface (Function/Method/Constructor) Function returns FormalParameterTable and Method/Constructor return OverloadedParameterTablegetType()
Get alias of the return typeGet alias of the return typeboolean
void
setDescription
(String string) void
setVisible
(boolean b)
-
Method Details
-
getID
DOID getID()Get ID of the callable object- Returns:
- ID of the callable object.
-
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
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
-
_getTypeID
DOID _getTypeID()Get ID of the return type without sync'ing with type alias- Returns:
- alias of the return type
-
getParameterList
String getParameterList()Get parameter list as a String- Returns:
- return the method's parameter list
-
getParameterList
Get optionally translated parameter list as a String- Returns:
- return the method's parameter list
-
getFullyQualifiedName
String getFullyQualifiedName() -
getModifiers
Modifiers getModifiers() -
getExceptionIDs
DOID[] getExceptionIDs() -
isVisible
boolean isVisible() -
setVisible
void setVisible(boolean b) -
getDescription
String getDescription() -
setDescription
-