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
public interface FixedParameterName extends ParameterName
A representation of the model object 'Fixed Parameter Name'.The following features are supported:
- See Also:
DslPackage.getFixedParameterName()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmAnnotationReferencegetAnnotation()Returns the value of the 'Annotation' reference.voidsetAnnotation(org.eclipse.xtext.common.types.JvmAnnotationReference value)Sets the value of the 'Annotation' reference.
-
-
-
Method Detail
-
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(JvmAnnotationReference),DslPackage.getFixedParameterName_Annotation()
-
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:
getAnnotation()
-
-