Interface UseCase
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,UserRequirement
A representation of the model object 'Use Case'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetLevel()
Returns the value of the 'Level' attribute.getScope()
Returns the value of the 'Scope' attribute.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Secondary Actors' attribute list.void
Sets the value of the 'Level
' attribute.void
Sets the value of the 'Scope
' attribute.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
Methods inherited from interface org.contextmapper.dsl.contextMappingDSL.UserRequirement
getBenefit, getFeatures, getName, getRole, setBenefit, setName, setRole
-
Method Details
-
getSecondaryActors
org.eclipse.emf.common.util.EList<String> getSecondaryActors()Returns the value of the 'Secondary Actors' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Secondary Actors' attribute list.
- See Also:
- Model:
- unique="false"
- Generated:
-
getScope
String getScope()Returns the value of the 'Scope' attribute.- Returns:
- the value of the 'Scope' attribute.
- See Also:
- Model:
- Generated:
-
setScope
Sets the value of the 'Scope
' attribute.- Parameters:
value
- the new value of the 'Scope' attribute.- See Also:
- Generated:
-
getLevel
String getLevel()Returns the value of the 'Level' attribute.- Returns:
- the value of the 'Level' attribute.
- See Also:
- Model:
- Generated:
-
setLevel
Sets the value of the 'Level
' attribute.- Parameters:
value
- the new value of the 'Level' attribute.- See Also:
- Generated:
-