Interface Ports
-
- All Known Subinterfaces:
PortLongSyntax
- All Known Implementing Classes:
PortLongSyntaxImpl
,PortsImpl
public interface Ports extends EObject
A representation of the model object 'Ports'.The following features are supported:
- See Also:
ComposeFilePackage.getPorts()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getPorts()
Returns the value of the 'Ports' containment reference.void
setPorts(List value)
Sets the value of the 'Ports
' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPorts
List getPorts()
Returns the value of the 'Ports' containment reference.- Returns:
- the value of the 'Ports' containment reference.
- See Also:
setPorts(List)
,ComposeFilePackage.getPorts_Ports()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setPorts
void setPorts(List value)
Sets the value of the 'Ports
' containment reference.- Parameters:
value
- the new value of the 'Ports' containment reference.- See Also:
getPorts()
- Generated class or method.
-
-