Package tools.mdsd.characteristics.api
Interface ServiceRegistration
-
- All Known Implementing Classes:
ServiceRegistrationImpl
public interface ServiceRegistration extends EObject
A representation of the model object 'Service Registration'.The following features are supported:
- See Also:
ApiPackage.getServiceRegistration()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<EClassifier>
getForEClass()
Returns the value of the 'For EClass' reference list.EList<java.lang.Class<?>>
getForProperty()
Returns the value of the 'For Property' attribute list.EList<ValueType>
getForType()
Returns the value of the 'For Type' 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
-
getForType
EList<ValueType> getForType()
Returns the value of the 'For Type' reference list. The list contents are of typeValueType
.- Returns:
- the value of the 'For Type' reference list.
- See Also:
ApiPackage.getServiceRegistration_ForType()
- Generated class or method.
- EMF model class or method.
-
getForProperty
EList<java.lang.Class<?>> getForProperty()
Returns the value of the 'For Property' attribute list. The list contents are of typeClass
<?>
.- Returns:
- the value of the 'For Property' attribute list.
- See Also:
ApiPackage.getServiceRegistration_ForProperty()
- Generated class or method.
- EMF model class or method.
-
getForEClass
EList<EClassifier> getForEClass()
Returns the value of the 'For EClass' reference list. The list contents are of typeEClassifier
.- Returns:
- the value of the 'For EClass' reference list.
- See Also:
ApiPackage.getServiceRegistration_ForEClass()
- Generated class or method.
- EMF model class or method.
-
-