Interface Annotation
-
- All Superinterfaces:
ComponentProperty
,EObject
,Notifier
,RoleProperty
- All Known Implementing Classes:
AnnotationImpl
public interface Annotation extends ComponentProperty, RoleProperty
A representation of the model object 'Annotation'.The following features are supported:
- See Also:
QualityEffectSpecificationPackage.getAnnotation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAnnotation()
Returns the value of the 'Annotation' attribute.boolean
isNot()
Returns the value of the 'Not' attribute.void
setAnnotation(String value)
Sets the value of the 'Annotation
' attribute.void
setNot(boolean value)
Sets the value of the 'Not
' attribute.-
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 Detail
-
isNot
boolean isNot()
Returns the value of the 'Not' attribute.If the meaning of the 'Not' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Not' attribute.
- See Also:
setNot(boolean)
,QualityEffectSpecificationPackage.getAnnotation_Not()
- Generated class or method.
- EMF model class or method.
-
setNot
void setNot(boolean value)
Sets the value of the 'Not
' attribute.- Parameters:
value
- the new value of the 'Not' attribute.- See Also:
isNot()
- Generated class or method.
-
getAnnotation
String getAnnotation()
Returns the value of the 'Annotation' attribute.If the meaning of the 'Annotation' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Annotation' attribute.
- See Also:
setAnnotation(String)
,QualityEffectSpecificationPackage.getAnnotation_Annotation()
- Generated class or method.
- EMF model class or method.
-
setAnnotation
void setAnnotation(String value)
Sets the value of the 'Annotation
' attribute.- Parameters:
value
- the new value of the 'Annotation' attribute.- See Also:
getAnnotation()
- Generated class or method.
-
-