Interface SystemProvidedRole
-
- All Known Implementing Classes:
SystemProvidedRoleImpl
public interface SystemProvidedRole extends Role
A representation of the model object 'System Provided Role'.The following features are supported:
- See Also:
LanguagePackage.getSystemProvidedRole()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssemblyContext
getTarget()
Returns the value of the 'Target' containment reference.AssemblyContext
getTo()
Returns the value of the 'To' 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 Detail
-
getTo
AssemblyContext getTo()
Returns the value of the 'To' reference.- Returns:
- the value of the 'To' reference.
- See Also:
setTo(AssemblyContext)
,LanguagePackage.getSystemProvidedRole_To()
- Generated class or method.
- EMF model class or method.
-
setTo
void setTo(AssemblyContext value)
Sets the value of the 'To
' reference.- Parameters:
value
- the new value of the 'To' reference.- See Also:
getTo()
- 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:
setTarget(AssemblyContext)
,LanguagePackage.getSystemProvidedRole_Target()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setTarget
void setTarget(AssemblyContext value)
Sets the value of the 'Target
' containment reference.- Parameters:
value
- the new value of the 'Target' containment reference.- See Also:
getTarget()
- Generated class or method.
-
-