public interface RFC
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getRFC()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
Destination |
getDestination()
Returns the value of the 'Destination' container reference.
|
java.lang.String |
getGroup()
Returns the value of the 'Group' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
Structure |
getRequest()
Returns the value of the 'Request' containment reference.
|
Structure |
getResponse()
Returns the value of the 'Response' containment reference.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute. |
void |
setDestination(Destination value)
Sets the value of the '
Destination' container reference. |
void |
setGroup(java.lang.String value)
Sets the value of the '
Group' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setRequest(Structure value)
Sets the value of the '
Request' containment reference. |
void |
setResponse(Structure value)
Sets the value of the '
Response' containment reference. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RfcPackage.getRFC_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getGroup()
If the meaning of the 'Group' attribute isn't clear, there really should be more of a description here...
setGroup(String),
RfcPackage.getRFC_Group()void setGroup(java.lang.String value)
Group' attribute.
value - the new value of the 'Group' attribute.getGroup()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
RfcPackage.getRFC_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Structure getRequest()
If the meaning of the 'Request' containment reference isn't clear, there really should be more of a description here...
setRequest(Structure),
RfcPackage.getRFC_Request()void setRequest(Structure value)
Request' containment reference.
value - the new value of the 'Request' containment reference.getRequest()Structure getResponse()
If the meaning of the 'Response' containment reference isn't clear, there really should be more of a description here...
setResponse(Structure),
RfcPackage.getRFC_Response()void setResponse(Structure value)
Response' containment reference.
value - the new value of the 'Response' containment reference.getResponse()Destination getDestination()
Rfcs'.
If the meaning of the 'Destination' container reference isn't clear, there really should be more of a description here...
setDestination(Destination),
RfcPackage.getRFC_Destination(),
Destination.getRfcs()void setDestination(Destination value)
Destination' container reference.
value - the new value of the 'Destination' container reference.getDestination()Copyright © 2015 Red Hat, Inc.. All Rights Reserved.