Interface NumericValue
-
- All Superinterfaces:
EObject
,Notifier
,TransformationSpecification
- All Known Implementing Classes:
NumericValueImpl
public interface NumericValue extends TransformationSpecification
A representation of the model object 'Numeric Value'.The following features are supported:
- See Also:
QualityEffectSpecificationPackage.getNumericValue()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTransformationNumber()
Returns the value of the 'Transformation Number' attribute.TransformationType
getTransformationType()
Returns the value of the 'Transformation Type' attribute.String
getValueType()
Returns the value of the 'Value Type' attribute.void
setTransformationNumber(String value)
Sets the value of the 'Transformation Number
' attribute.void
setTransformationType(TransformationType value)
Sets the value of the 'Transformation Type
' attribute.void
setValueType(String value)
Sets the value of the 'Value 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
-
getValueType
String getValueType()
Returns the value of the 'Value Type' attribute.If the meaning of the 'Value Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value Type' attribute.
- See Also:
setValueType(String)
,QualityEffectSpecificationPackage.getNumericValue_ValueType()
- Generated class or method.
- EMF model class or method.
-
setValueType
void setValueType(String value)
Sets the value of the 'Value Type
' attribute.- Parameters:
value
- the new value of the 'Value Type' attribute.- See Also:
getValueType()
- Generated class or method.
-
getTransformationType
TransformationType getTransformationType()
Returns the value of the 'Transformation Type' attribute. The literals are from the enumerationTransformationType
.If the meaning of the 'Transformation Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transformation Type' attribute.
- See Also:
TransformationType
,setTransformationType(TransformationType)
,QualityEffectSpecificationPackage.getNumericValue_TransformationType()
- Generated class or method.
- EMF model class or method.
-
setTransformationType
void setTransformationType(TransformationType value)
Sets the value of the 'Transformation Type
' attribute.- Parameters:
value
- the new value of the 'Transformation Type' attribute.- See Also:
TransformationType
,getTransformationType()
- Generated class or method.
-
getTransformationNumber
String getTransformationNumber()
Returns the value of the 'Transformation Number' attribute.If the meaning of the 'Transformation Number' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Transformation Number' attribute.
- See Also:
setTransformationNumber(String)
,QualityEffectSpecificationPackage.getNumericValue_TransformationNumber()
- Generated class or method.
- EMF model class or method.
-
setTransformationNumber
void setTransformationNumber(String value)
Sets the value of the 'Transformation Number
' attribute.- Parameters:
value
- the new value of the 'Transformation Number' attribute.- See Also:
getTransformationNumber()
- Generated class or method.
-
-