Interface AnnotationQualifier
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AnnotationQualifierImpl
public interface AnnotationQualifier
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Annotation Qualifier'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Qual Name' attribute.Returns the value of the 'Qual Path' containment reference.Returns the value of the 'Qual Value' attribute.voidsetQualName(String value) Sets the value of the 'Qual Name' attribute.voidSets the value of the 'Qual Path' containment reference.voidsetQualValue(String value) Sets the value of the 'Qual Value' attribute.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
-
getQualName
String getQualName()Returns the value of the 'Qual Name' attribute.- Returns:
- the value of the 'Qual Name' attribute.
- See Also:
-
setQualName
Sets the value of the 'Qual Name' attribute.- Parameters:
value- the new value of the 'Qual Name' attribute.- See Also:
-
getQualValue
String getQualValue()Returns the value of the 'Qual Value' attribute.- Returns:
- the value of the 'Qual Value' attribute.
- See Also:
-
setQualValue
Sets the value of the 'Qual Value' attribute.- Parameters:
value- the new value of the 'Qual Value' attribute.- See Also:
-
getQualPath
RosettaAttributeReferenceSegment getQualPath()Returns the value of the 'Qual Path' containment reference.- Returns:
- the value of the 'Qual Path' containment reference.
- See Also:
-
setQualPath
Sets the value of the 'Qual Path' containment reference.- Parameters:
value- the new value of the 'Qual Path' containment reference.- See Also:
-