public interface DatatypeDefinitionReal extends DatatypeDefinitionSimple
The following features are supported:
ReqifPackage.getDatatypeDefinitionReal()
Modifier and Type | Method and Description |
---|---|
int |
getAccuracy()
Returns the value of the 'Accuracy' attribute.
|
double |
getMax()
Returns the value of the 'Max' attribute.
|
double |
getMin()
Returns the value of the 'Min' attribute.
|
void |
setAccuracy(int value)
Sets the value of the '
Accuracy ' attribute. |
void |
setMax(double value)
Sets the value of the '
Max ' attribute. |
void |
setMin(double value)
Sets the value of the '
Min ' attribute. |
getCoreContent, setCoreContent
getAlternativeID, getDesc, getIdentifier, getLastChange, getLongName, setAlternativeID, setDesc, setIdentifier, setLastChange, setLongName
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
double getMax()
setMax(double)
,
ReqifPackage.getDatatypeDefinitionReal_Max()
void setMax(double value)
Max
' attribute.
value
- the new value of the 'Max' attribute.getMax()
double getMin()
setMin(double)
,
ReqifPackage.getDatatypeDefinitionReal_Min()
void setMin(double value)
Min
' attribute.
value
- the new value of the 'Min' attribute.getMin()
int getAccuracy()
setAccuracy(int)
,
ReqifPackage.getDatatypeDefinitionReal_Accuracy()
void setAccuracy(int value)
Accuracy
' attribute.
value
- the new value of the 'Accuracy' attribute.getAccuracy()