Difference between revisions of "Extensions.DiagCom.GetParameterTextId"

From emotive
Jump to navigation Jump to search
(Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetParameterTextId | The text id of the parameter | Term | OTX DiagCom extension | Param...")
 
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;">
GetParameterTextId(Parameter parameter, String parameterTextId);
+
String GetParameterTextId(Parameter parameter);
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Line 28: Line 28:
 
[[GetParameterSemantic]] <br/>
 
[[GetParameterSemantic]] <br/>
 
[[GetParameterByPath]] <br/>
 
[[GetParameterByPath]] <br/>
[[GetParameterValue]] <br/>
 
 
[[GetParameterAsList]] <br/>
 
[[GetParameterAsList]] <br/>
 
[[ExecuteDiagService]]
 
[[ExecuteDiagService]]

Revision as of 02:57, 18 July 2014

Classification

Name GetParameterTextId
Short Description The text id of the parameter
Class Term
Extension OTX DiagCom extension
Group Parameter related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

String GetParameterTextId(Parameter parameter);

Description

The GetParameterTextId term accepts a ParameterTerm and returns the text id of the Parameter.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
String The text id of the parameter.

Properties

Name Data Type Class Default Cardinality Description
Parameter Parameter Term - [1] The Parameter object.

Examples

String parameterTextId = GetParameterTextId(parameter);

See also

GetParameterName
GetParameterSemantic
GetParameterByPath
GetParameterAsList
ExecuteDiagService