public interface XBProcedureDecl
Modifier and Type | Method and Description |
---|---|
XBBlockDecl |
getBlockDecl()
Returns block declaration representing this procedure.
|
XBBlockDecl |
getParameterType()
Returns type of input data parameter.
|
XBBlockDecl |
getReturnType()
Returns type of output data returned as result.
|
XBBlockDecl |
getStatusType()
Returns type of status data for reporting proper execution or exception.
|
XBBlockDecl getBlockDecl()
XBBlockDecl getParameterType()
XBBlockDecl getReturnType()
XBBlockDecl getStatusType()