OTX Reference  
OpenTestSystem.Otx.Extensions.DataType.Terms.EnumerationGetEntryList Class Reference

Gets a List of String of the names in a specified enumeration. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DataType.Terms.EnumerationGetEntryList:
Inheritance graph

Public Attributes

OtxLink enumeration
 Reference to a Enumeration Signature. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets a List of String of the names in a specified enumeration.

The EnumerationGetEntryList term returns a List of String of the names in a specified enumeration.

Checker rules
Core.CheckerRule.Core_Chk053 – no dangling OtxLink associations

Syntax
ListTerm = DataType.EnumerationGetEntryList(OtxLink);
Examples
EnumerationElement2 = 12);
// Global Declarations
public procedure main()
{
// Local Declarations
List<String> entryList;
// Flow
entryList = DataType.EnumerationGetEntryList(EnumerationSignature1);
}

Member Data Documentation

◆ enumeration

OtxLink OpenTestSystem.Otx.Extensions.DataType.Terms.EnumerationGetEntryList.enumeration

Reference to a Enumeration Signature.