Package de.gebit.integrity.dsl
Interface FixedParameterName
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterName
- All Known Implementing Classes:
FixedParameterNameImpl
A representation of the model object 'Fixed Parameter Name'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.common.types.JvmAnnotationReferenceReturns the value of the 'Annotation' reference.voidsetAnnotation(org.eclipse.xtext.common.types.JvmAnnotationReference value) Sets the value of the 'Annotation' 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
-
getAnnotation
org.eclipse.xtext.common.types.JvmAnnotationReference getAnnotation()Returns the value of the 'Annotation' reference.- Returns:
- the value of the 'Annotation' reference.
- See Also:
-
setAnnotation
void setAnnotation(org.eclipse.xtext.common.types.JvmAnnotationReference value) Sets the value of the 'Annotation' reference.- Parameters:
value- the new value of the 'Annotation' reference.- See Also:
-