Package tools.mdsd.characteristics.api
Interface ValueTypePropertiesService
-
- All Superinterfaces:
EObject
,Notifier
,RegisteredService
,ValueTypePropertiesProvider
- All Known Implementing Classes:
ValueTypePropertiesServiceImpl
public interface ValueTypePropertiesService extends ValueTypePropertiesProvider
A representation of the model object 'Value Type Properties Service'.The following features are supported:
- See Also:
ApiPackage.getValueTypePropertiesService()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ValueTypePropertiesProvider>
getValueTypePropertiesProvider()
Returns the value of the 'Value Type Properties Provider' containment 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
-
Methods inherited from interface tools.mdsd.characteristics.api.RegisteredService
getRegistrations
-
Methods inherited from interface tools.mdsd.characteristics.api.ValueTypePropertiesProvider
getProperty
-
-
-
-
Method Detail
-
getValueTypePropertiesProvider
EList<ValueTypePropertiesProvider> getValueTypePropertiesProvider()
Returns the value of the 'Value Type Properties Provider' containment reference list. The list contents are of typeValueTypePropertiesProvider
.- Returns:
- the value of the 'Value Type Properties Provider' containment reference list.
- See Also:
ApiPackage.getValueTypePropertiesService_ValueTypePropertiesProvider()
- Generated class or method.
- EMF model class or method.
- containment="true" transient="true" changeable="false" derived="true"
-
-