OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.DataTypes.TranslationKey Class Reference

Represents OTX TranslationKey DataType. More...

Public Member Functions

 TranslationKey (String textId)
 Initializes a new instance of the TranslationKey class. More...
 
 TranslationKey (String textId, String textIdMappingName)
 Initializes a new instance of the TranslationKey class. More...
 
String GetTextId ()
 Gets TextId. More...
 
String GetTextIdMappingName ()
 Gets TextIdMappingName. More...
 
void SetTextId (String textId)
 Sets TextId. More...
 

Detailed Description

Represents OTX TranslationKey DataType.

Constructor & Destructor Documentation

◆ TranslationKey() [1/2]

OpenTestSystem.Otx.Runtime.Api.DataTypes.TranslationKey.TranslationKey ( String  textId)
inline

Initializes a new instance of the TranslationKey class.

Parameters
textIdValue of TextId.

◆ TranslationKey() [2/2]

OpenTestSystem.Otx.Runtime.Api.DataTypes.TranslationKey.TranslationKey ( String  textId,
String  textIdMappingName 
)
inline

Initializes a new instance of the TranslationKey class.

Parameters
textIdValue of TextId.
textIdMappingNameValue of TextIdMappingName.

Member Function Documentation

◆ GetTextId()

String OpenTestSystem.Otx.Runtime.Api.DataTypes.TranslationKey.GetTextId ( )
inline

Gets TextId.

Returns
Value of TextId.

◆ GetTextIdMappingName()

String OpenTestSystem.Otx.Runtime.Api.DataTypes.TranslationKey.GetTextIdMappingName ( )
inline

Gets TextIdMappingName.

Returns
Value of TextIdMappingName.

◆ SetTextId()

void OpenTestSystem.Otx.Runtime.Api.DataTypes.TranslationKey.SetTextId ( String  textId)
inline

Sets TextId.

Parameters
textIdValue of TextId.

The documentation for this class was generated from the following file: