Interface QualityProperty
- All Known Subinterfaces:
DoubleQualityProperty,ElementQualityProperty,IntegerQualityProperty,NumericQualityProperty
- All Known Implementing Classes:
DoubleQualityPropertyImpl,ElementQualityPropertyImpl,IntegerQualityPropertyImpl,NumericQualityPropertyImpl,QualityPropertyImpl
A representation of the model object 'Quality Property'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Quality Value' attribute.voidsetQualityValue(Object value) Sets the value of the 'Quality 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
-
getQualityValue
Object getQualityValue()Returns the value of the 'Quality Value' attribute.If the meaning of the 'Quality Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Quality Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" transient="true" volatile="true" derived="true" ordered="false"
-
setQualityValue
Sets the value of the 'Quality Value' attribute.- Parameters:
value- the new value of the 'Quality Value' attribute.- See Also:
- Generated class or method.
-