Interface NQA
-
- All Superinterfaces:
EObject,Notifier,TransformationSpecification
- All Known Implementing Classes:
NQAImpl
public interface NQA extends TransformationSpecification
A representation of the model object 'NQA'.The following features are supported:
- See Also:
QualityEffectSpecificationPackage.getNQA()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetElement()Returns the value of the 'Element' attribute.StringgetQuality()Returns the value of the 'Quality' attribute.TransformationTypegetType()Returns the value of the 'Type' attribute.voidsetElement(String value)Sets the value of the 'Element' attribute.voidsetQuality(String value)Sets the value of the 'Quality' attribute.voidsetType(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 Detail
-
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:
setQuality(String),QualityEffectSpecificationPackage.getNQA_Quality()- Generated class or method.
- EMF model class or method.
-
setQuality
void setQuality(String value)
Sets the value of the 'Quality' attribute.- Parameters:
value- the new value of the 'Quality' attribute.- See Also:
getQuality()- 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:
TransformationType,setType(TransformationType),QualityEffectSpecificationPackage.getNQA_Type()- Generated class or method.
- EMF model class or method.
-
setType
void setType(TransformationType value)
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
TransformationType,getType()- 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:
setElement(String),QualityEffectSpecificationPackage.getNQA_Element()- Generated class or method.
- EMF model class or method.
-
setElement
void setElement(String value)
Sets the value of the 'Element' attribute.- Parameters:
value- the new value of the 'Element' attribute.- See Also:
getElement()- Generated class or method.
-
-