Interface SystemProvidedRole
- All Known Implementing Classes:
SystemProvidedRoleImpl
A representation of the model object 'System Provided Role'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Target' containment reference.getTo()Returns the value of the 'To' reference.voidsetTarget(AssemblyContext value) Sets the value of the 'Target' containment reference.voidsetTo(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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.
-
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.
-