public interface Destination
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getDestination()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.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(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setRepositoryName(java.lang.String value)
Sets the value of the '
Repository Name' attribute. |
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.getDestination_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.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(java.lang.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()Copyright © 2015 Red Hat, Inc.. All Rights Reserved.