Package | Description |
---|---|
org.fusesource.camel.component.sap.model.rfc | |
org.fusesource.camel.component.sap.model.rfc.impl | |
org.fusesource.camel.component.sap.model.rfc.util |
Modifier and Type | Method and Description |
---|---|
AbapException |
RfcFactory.createAbapException()
Returns a new object of class 'Abap Exception'.
|
Modifier and Type | Method and Description |
---|---|
List<AbapException> |
FunctionTemplate.getExceptionList()
Returns the value of the 'Exception List' attribute.
|
org.eclipse.emf.common.util.EList<AbapException> |
FunctionTemplate.getExceptions()
Returns the value of the 'Exceptions' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionTemplate.setExceptionList(List<AbapException> value)
Sets the value of the '
Exception List ' attribute. |
Modifier and Type | Class and Description |
---|---|
class |
AbapExceptionImpl
An implementation of the model object 'Abap Exception'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<AbapException> |
FunctionTemplateImpl.exceptions
The cached value of the '
Exceptions ' reference list. |
Modifier and Type | Method and Description |
---|---|
AbapException |
RfcFactoryImpl.createAbapException() |
Modifier and Type | Method and Description |
---|---|
List<AbapException> |
FunctionTemplateImpl.getExceptionList() |
org.eclipse.emf.common.util.EList<AbapException> |
FunctionTemplateImpl.getExceptions() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionTemplateImpl.setExceptionList(List<AbapException> newExceptionList) |
Modifier and Type | Method and Description |
---|---|
T |
RfcSwitch.caseAbapException(AbapException object)
Returns the result of interpreting the object as an instance of 'Abap Exception'.
|
Apache Camel