public interface AbapException
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getAbapException()
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the value of the 'Key' attribute.
|
String |
getMessage()
Returns the value of the 'Message' attribute.
|
void |
setKey(String value)
Sets the value of the '
Key ' attribute. |
void |
setMessage(String value)
Sets the value of the '
Message ' attribute. |
String getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String)
,
RfcPackage.getAbapException_Key()
void setKey(String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String)
,
RfcPackage.getAbapException_Message()
void setMessage(String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
Apache Camel