Package tools.mdsd.characteristics.api
Interface ValueTypePropertiesProvider
-
- All Superinterfaces:
EObject
,Notifier
,RegisteredService
- All Known Subinterfaces:
ValueTypePropertiesService
- All Known Implementing Classes:
ValueTypePropertiesProviderImpl
,ValueTypePropertiesServiceImpl
public interface ValueTypePropertiesProvider extends RegisteredService
A representation of the model object 'Value Type Properties Provider'.- See Also:
ApiPackage.getValueTypePropertiesProvider()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Optional<T>
getProperty(Class<T> propertyType, ValueType valueType)
-
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
-
-