Interface StereotypeApplication
- All Known Implementing Classes:
StereotypeApplicationImpl
A representation of the model object 'Stereotype Application'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='appliedInapplicableExtension'"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Applied To' reference.Returns the value of the 'Extension' reference.Returns the value of the 'Profile Application' container reference.void
setAppliedTo
(EObject value) Sets the value of the 'Applied To
' reference.void
setExtension
(Extension value) Sets the value of the 'Extension
' reference.void
Sets the value of the 'Profile Application
' container 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
-
getAppliedTo
EObject getAppliedTo()Returns the value of the 'Applied To' reference.If the meaning of the 'Applied To' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Applied To' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAppliedTo
Sets the value of the 'Applied To
' reference.- Parameters:
value
- the new value of the 'Applied To' reference.- See Also:
- Generated class or method.
-
getProfileApplication
ProfileApplication getProfileApplication()Returns the value of the 'Profile Application' container reference. It is bidirectional and its opposite is 'Stereotype Applications
'.If the meaning of the 'Profile Application' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Profile Application' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="stereotypeApplications" transient="false"
-
setProfileApplication
Sets the value of the 'Profile Application
' container reference.- Parameters:
value
- the new value of the 'Profile Application' container reference.- See Also:
- Generated class or method.
-
getExtension
Extension getExtension()Returns the value of the 'Extension' reference.If the meaning of the 'Extension' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Extension' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setExtension
Sets the value of the 'Extension
' reference.- Parameters:
value
- the new value of the 'Extension' reference.- See Also:
- Generated class or method.
-
getStereotype
Stereotype getStereotype()- Generated class or method.
- EMF model class or method.
- kind="operation" required="true"
-