public interface ScaledValue extends SingleValue
The following features are supported:
CommonPackage.getScaledValue()| Modifier and Type | Method and Description |
|---|---|
double |
getInputMaximum()
Returns the value of the 'Input Maximum' attribute.
|
double |
getInputMinimum()
Returns the value of the 'Input Minimum' attribute.
|
double |
getOutputMaximum()
Returns the value of the 'Output Maximum' attribute.
|
double |
getOutputMinimum()
Returns the value of the 'Output Minimum' attribute.
|
InputDefinition |
getSourceItem()
Returns the value of the 'Source Item' containment reference.
|
boolean |
isValidateRange()
Returns the value of the 'Validate Range' attribute.
|
void |
setInputMaximum(double value)
Sets the value of the '
Input Maximum' attribute. |
void |
setInputMinimum(double value)
Sets the value of the '
Input Minimum' attribute. |
void |
setOutputMaximum(double value)
Sets the value of the '
Output Maximum' attribute. |
void |
setOutputMinimum(double value)
Sets the value of the '
Output Minimum' attribute. |
void |
setSourceItem(InputDefinition value)
Sets the value of the '
Source Item' containment reference. |
void |
setValidateRange(boolean value)
Sets the value of the '
Validate Range' attribute. |
getCustomizationTags, getDataType, getName, setDataType, setNamegetMasterOngetArchiveSelector, getCustomizationPipeline, getLevel, getProperties, setArchiveSelector, setCustomizationPipeline, setLevelgetShortDescription, setShortDescriptionInputDefinition getSourceItem()
If the meaning of the 'Source Item' containment reference isn't clear, there really should be more of a description here...
setSourceItem(InputDefinition),
CommonPackage.getScaledValue_SourceItem()void setSourceItem(InputDefinition value)
Source Item' containment reference.
value - the new value of the 'Source Item' containment reference.getSourceItem()double getInputMinimum()
"0".
If the meaning of the 'Input Minimum' attribute isn't clear, there really should be more of a description here...
setInputMinimum(double),
CommonPackage.getScaledValue_InputMinimum()void setInputMinimum(double value)
Input Minimum' attribute.
value - the new value of the 'Input Minimum' attribute.getInputMinimum()double getInputMaximum()
"100".
If the meaning of the 'Input Maximum' attribute isn't clear, there really should be more of a description here...
setInputMaximum(double),
CommonPackage.getScaledValue_InputMaximum()void setInputMaximum(double value)
Input Maximum' attribute.
value - the new value of the 'Input Maximum' attribute.getInputMaximum()double getOutputMinimum()
"0".
If the meaning of the 'Output Minimum' attribute isn't clear, there really should be more of a description here...
setOutputMinimum(double),
CommonPackage.getScaledValue_OutputMinimum()void setOutputMinimum(double value)
Output Minimum' attribute.
value - the new value of the 'Output Minimum' attribute.getOutputMinimum()double getOutputMaximum()
"1000".
If the meaning of the 'Output Maximum' attribute isn't clear, there really should be more of a description here...
setOutputMaximum(double),
CommonPackage.getScaledValue_OutputMaximum()void setOutputMaximum(double value)
Output Maximum' attribute.
value - the new value of the 'Output Maximum' attribute.getOutputMaximum()boolean isValidateRange()
"true".
If the meaning of the 'Validate Range' attribute isn't clear, there really should be more of a description here...
setValidateRange(boolean),
CommonPackage.getScaledValue_ValidateRange()void setValidateRange(boolean value)
Validate Range' attribute.
value - the new value of the 'Validate Range' attribute.isValidateRange()