Represents OTX Enumeration DataType.
More...
Represents OTX Enumeration DataType.
◆ EnumerationElement() [1/2]
OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.EnumerationElement |
( |
String |
signature, |
|
|
String |
elementName, |
|
|
long |
value, |
|
|
String |
specification |
|
) |
| |
|
inline |
Initializes a new instance of the EnumerationElement class.
- Parameters
-
signature | Full name of enumeration signature. |
elementName | Element name. |
value | Element value. |
specification | Enumeration signature specification. |
◆ EnumerationElement() [2/2]
OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.EnumerationElement |
( |
String |
signature, |
|
|
String |
elementName, |
|
|
long |
value, |
|
|
String |
specification, |
|
|
TranslationKey |
translationKey |
|
) |
| |
|
inline |
Initializes a new instance of the EnumerationElement class.
- Parameters
-
signature | Full name of enumeration signature. |
elementName | Element name. |
value | Element value. |
specification | Enumeration signature specification. |
translationKey | The TranslationKey |
◆ GetElementName()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.GetElementName |
( |
| ) |
|
|
inline |
Gets element name.
- Returns
- Element name.
◆ GetEnumeration()
IEnumerationSignature OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.GetEnumeration |
( |
| ) |
|
|
inline |
Gets enumeration.
- Returns
- enumerations
◆ GetSignature()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.GetSignature |
( |
| ) |
|
|
inline |
◆ GetSpecification()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.GetSpecification |
( |
| ) |
|
|
inline |
◆ GetTranslationKey()
TranslationKey OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.GetTranslationKey |
( |
| ) |
|
|
inline |
◆ GetValue()
long OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.GetValue |
( |
| ) |
|
|
inline |
Gets element value.
- Returns
- Element value.
◆ toString()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.EnumerationElement.toString |
( |
| ) |
|
|
inline |
Converts to string.
- Returns
- Returns the string.
The documentation for this class was generated from the following file: