Difference between revisions of "Extensions.DiagCom.GetParameterValueAsInteger"
Jump to navigation
Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetParameterValueAsInteger | The actual value of the parameter as a Integer | Term | DiagCom|OTX...") |
|||
Line 5: | Line 5: | ||
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
− | GetParameterValueAsInteger(Parameter parameter | + | Integer GetParameterValueAsInteger(Parameter parameter); |
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 02:59, 18 July 2014
Contents
Classification
Name | GetParameterValueAsInteger |
Short Description | The actual value of the parameter as a Integer |
Class | Term |
Extension | OTX DiagCom extension |
Group | Parameter related terms |
Exceptions | TypeMismatchException |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Integer GetParameterValueAsInteger(Parameter parameter);
Description
The GetParameterValueAsInteger term accepts a ParameterTerm and returns the actual value of the parameter as a Integer.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Interger | The actual value of the parameter as a Interger.) |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Parameter | Parameter | Term | - | [1] | The parameter object. |
Examples
Integer value = GetParameterValueAsInteger(parameter);
See also
GetParameterValueAsBoolean
GetParameterValueAsString
GetParameterValueAsFloat
GetParameterValueAsByteField
GetParameterValueAsQuantity