Package tools.mdsd.characteristics.api
Interface RegisteredService
-
- All Known Subinterfaces:
StaticManifestationSerializationService,ValueTypePropertiesProvider,ValueTypePropertiesService
- All Known Implementing Classes:
RegisteredServiceImpl,StaticManifestationSerializationServiceImpl,ValueTypePropertiesProviderImpl,ValueTypePropertiesServiceImpl
public interface RegisteredService extends EObject
A representation of the model object 'Registered Service'.The following features are supported:
- See Also:
ApiPackage.getRegisteredService()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ServiceRegistration>getRegistrations()Returns the value of the 'Registrations' reference list.-
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
-
getRegistrations
EList<ServiceRegistration> getRegistrations()
Returns the value of the 'Registrations' reference list. The list contents are of typeServiceRegistration.- Returns:
- the value of the 'Registrations' reference list.
- See Also:
ApiPackage.getRegisteredService_Registrations()- Generated class or method.
- EMF model class or method.
- transient="true" changeable="false" volatile="true" derived="true"
-
-