public interface RFC
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getRFC()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
Destination |
getDestination()
Returns the value of the 'Destination' container reference.
|
String |
getGroup()
Returns the value of the 'Group' attribute.
|
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(String value)
Sets the value of the '
Description ' attribute. |
void |
setDestination(Destination value)
Sets the value of the '
Destination ' container reference. |
void |
setGroup(String value)
Sets the value of the '
Group ' attribute. |
void |
setName(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. |
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(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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(String value)
Group
' attribute.
value
- the new value of the 'Group' attribute.getGroup()
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(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()
Apache Camel