Interface QualityProperty
-
- All Known Subinterfaces:
DoubleQualityProperty
,ElementQualityProperty
,IntegerQualityProperty
,NumericQualityProperty
- All Known Implementing Classes:
DoubleQualityPropertyImpl
,ElementQualityPropertyImpl
,IntegerQualityPropertyImpl
,NumericQualityPropertyImpl
,QualityPropertyImpl
public interface QualityProperty extends EObject
A representation of the model object 'Quality Property'.The following features are supported:
- See Also:
qualitypropertiesPackage.getQualityProperty()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getQualityValue()
Returns the value of the 'Quality Value' attribute.void
setQualityValue(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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
setQualityValue(Object)
,qualitypropertiesPackage.getQualityProperty_QualityValue()
- Generated class or method.
- EMF model class or method.
- required="true" transient="true" volatile="true" derived="true" ordered="false"
-
setQualityValue
void setQualityValue(Object value)
Sets the value of the 'Quality Value
' attribute.- Parameters:
value
- the new value of the 'Quality Value' attribute.- See Also:
getQualityValue()
- Generated class or method.
-
-