Interface StereotypeApplicability
- All Known Implementing Classes:
StereotypeApplicabilityImpl
A representation of the model object 'Stereotype Applicability'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Extension' reference.Returns the value of the 'Stereotype' reference.voidsetExtension(Extension value) Sets the value of the 'Extension' reference.voidsetStereotype(Stereotype value) Sets the value of the 'Stereotype' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStereotype
Stereotype getStereotype()Returns the value of the 'Stereotype' reference.If the meaning of the 'Stereotype' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stereotype' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setStereotype
Sets the value of the 'Stereotype' reference.- Parameters:
value- the new value of the 'Stereotype' 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.
-