public interface AbapException
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getAbapException()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns the value of the 'Key' attribute.
|
java.lang.String |
getMessage()
Returns the value of the 'Message' attribute.
|
void |
setKey(java.lang.String value)
Sets the value of the '
Key' attribute. |
void |
setMessage(java.lang.String value)
Sets the value of the '
Message' attribute. |
java.lang.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(java.lang.String value)
Key' attribute.
value - the new value of the 'Key' attribute.getKey()java.lang.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(java.lang.String value)
Message' attribute.
value - the new value of the 'Message' attribute.getMessage()Copyright © 2015 Red Hat, Inc.. All Rights Reserved.