Interface NQA
- All Superinterfaces:
EObject
,Notifier
,TransformationSpecification
- All Known Implementing Classes:
NQAImpl
A representation of the model object 'NQA'.
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 'Element' attribute.Returns the value of the 'Quality' attribute.getType()
Returns the value of the 'Type' attribute.void
setElement
(String value) Sets the value of the 'Element
' attribute.void
setQuality
(String value) Sets the value of the 'Quality
' attribute.void
setType
(TransformationType value) Sets the value of the 'Type
' 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 Details
-
getQuality
String getQuality()Returns the value of the 'Quality' attribute.If the meaning of the 'Quality' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Quality' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setQuality
Sets the value of the 'Quality
' attribute.- Parameters:
value
- the new value of the 'Quality' attribute.- See Also:
- Generated class or method.
-
getType
TransformationType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationTransformationType
.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
- Generated class or method.
-
getElement
String getElement()Returns the value of the 'Element' attribute.If the meaning of the 'Element' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Element' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setElement
Sets the value of the 'Element
' attribute.- Parameters:
value
- the new value of the 'Element' attribute.- See Also:
- Generated class or method.
-