Interface ServiceCutterUserRepresentationsModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface ServiceCutterUserRepresentationsModel
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Service Cutter User Representations Model'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Aggregate>
Returns the value of the 'Aggregates' containment reference list.Returns the value of the 'Compatibilities' containment reference.org.eclipse.emf.common.util.EList<Entity>
Returns the value of the 'Entities' containment reference list.org.eclipse.emf.common.util.EList<PredefinedService>
Returns the value of the 'Predefined Services' containment reference list.org.eclipse.emf.common.util.EList<SecurityAccessGroup>
Returns the value of the 'Security Access Groups' containment reference list.org.eclipse.emf.common.util.EList<SeparatedSecurityZone>
Returns the value of the 'Separated Security Zones' containment reference list.org.eclipse.emf.common.util.EList<SharedOwnerGroup>
Returns the value of the 'Shared Owner Groups' containment reference list.org.eclipse.emf.common.util.EList<UseCase>
Returns the value of the 'Use Cases' containment reference list.void
Sets the value of the 'Compatibilities
' 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 Details
-
getUseCases
org.eclipse.emf.common.util.EList<UseCase> getUseCases()Returns the value of the 'Use Cases' containment reference list. The list contents are of typeUseCase
.- Returns:
- the value of the 'Use Cases' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getCompatibilities
Compatibilities getCompatibilities()Returns the value of the 'Compatibilities' containment reference.- Returns:
- the value of the 'Compatibilities' containment reference.
- See Also:
- Model:
- containment="true"
- Generated:
-
setCompatibilities
Sets the value of the 'Compatibilities
' containment reference.- Parameters:
value
- the new value of the 'Compatibilities' containment reference.- See Also:
- Generated:
-
getAggregates
org.eclipse.emf.common.util.EList<Aggregate> getAggregates()Returns the value of the 'Aggregates' containment reference list. The list contents are of typeAggregate
.- Returns:
- the value of the 'Aggregates' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getEntities
org.eclipse.emf.common.util.EList<Entity> getEntities()Returns the value of the 'Entities' containment reference list. The list contents are of typeEntity
.- Returns:
- the value of the 'Entities' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getPredefinedServices
org.eclipse.emf.common.util.EList<PredefinedService> getPredefinedServices()Returns the value of the 'Predefined Services' containment reference list. The list contents are of typePredefinedService
.- Returns:
- the value of the 'Predefined Services' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getSecurityAccessGroups
org.eclipse.emf.common.util.EList<SecurityAccessGroup> getSecurityAccessGroups()Returns the value of the 'Security Access Groups' containment reference list. The list contents are of typeSecurityAccessGroup
.- Returns:
- the value of the 'Security Access Groups' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getSeparatedSecurityZones
org.eclipse.emf.common.util.EList<SeparatedSecurityZone> getSeparatedSecurityZones()Returns the value of the 'Separated Security Zones' containment reference list. The list contents are of typeSeparatedSecurityZone
.- Returns:
- the value of the 'Separated Security Zones' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-