Interface ServiceGroupReference
- All Known Subinterfaces:
ServiceGroupMeasuringPoint
- All Known Implementing Classes:
ServiceGroupMeasuringPointImpl
,ServiceGroupReferenceImpl
A representation of the model object 'Service Group Reference'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Service Group' reference.void
setServiceGroup
(ServiceGroup value) Sets the value of the 'Service Group
' 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
-
getServiceGroup
ServiceGroup getServiceGroup()Returns the value of the 'Service Group' reference.- Returns:
- the value of the 'Service Group' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setServiceGroup
Sets the value of the 'Service Group
' reference.- Parameters:
value
- the new value of the 'Service Group' reference.- See Also:
- Generated class or method.
-