Interface Connector
- All Known Implementing Classes:
ConnectorImpl
A representation of the model object 'Connector'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
Returns the value of the 'From' reference.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Requiring Role' reference.Returns the value of the 'Target' containment reference.getTo()
Returns the value of the 'To' reference.void
setFrom
(AssemblyContext value) Sets the value of the 'From
' reference.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Requiring Role
' reference.void
setTarget
(AssemblyContext value) Sets the value of the 'Target
' containment reference.void
setTo
(AssemblyContext value) Sets the value of the 'To
' 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 Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getFrom
AssemblyContext getFrom()Returns the value of the 'From' reference.- Returns:
- the value of the 'From' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setFrom
Sets the value of the 'From
' reference.- Parameters:
value
- the new value of the 'From' reference.- See Also:
- Generated class or method.
-
getTo
AssemblyContext getTo()Returns the value of the 'To' reference.- Returns:
- the value of the 'To' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setTo
Sets the value of the 'To
' reference.- Parameters:
value
- the new value of the 'To' reference.- See Also:
- Generated class or method.
-
getRequiringRole
InterfaceRequiredRole getRequiringRole()Returns the value of the 'Requiring Role' reference.- Returns:
- the value of the 'Requiring Role' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setRequiringRole
Sets the value of the 'Requiring Role
' reference.- Parameters:
value
- the new value of the 'Requiring Role' reference.- See Also:
- Generated class or method.
-
getTarget
AssemblyContext getTarget()Returns the value of the 'Target' containment reference.- Returns:
- the value of the 'Target' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setTarget
Sets the value of the 'Target
' containment reference.- Parameters:
value
- the new value of the 'Target' containment reference.- See Also:
- Generated class or method.
-