Extensions.DiagCom.GetParameterTextId

From emotive
Revision as of 08:53, 17 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetParameterTextId | The text id of the parameter | Term | OTX DiagCom extension | Param...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

GetParameterTextId(Parameter parameter, String parameterTextId);

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
GetParameterValue
GetParameterAsList
ExecuteDiagService