public interface Destination
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getDestination()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getRepositoryName()
Returns the value of the 'Repository Name' attribute.
|
org.eclipse.emf.common.util.EList<RFC> |
getRfcs()
Returns the value of the 'Rfcs' containment reference list.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setRepositoryName(String value)
Sets the value of the '
Repository Name ' attribute. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
RfcPackage.getDestination_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getRepositoryName()
If the meaning of the 'Repository Name' attribute isn't clear, there really should be more of a description here...
setRepositoryName(String)
,
RfcPackage.getDestination_RepositoryName()
void setRepositoryName(String value)
Repository Name
' attribute.
value
- the new value of the 'Repository Name' attribute.getRepositoryName()
org.eclipse.emf.common.util.EList<RFC> getRfcs()
RFC
.
It is bidirectional and its opposite is 'Destination
'.
If the meaning of the 'Rfcs' containment reference list isn't clear, there really should be more of a description here...
RfcPackage.getDestination_Rfcs()
,
RFC.getDestination()
Apache Camel