OTX Reference  
OpenTestSystem.Otx.Extensions.DataType.Declarations.EnumerationElementDeclaration Class Reference

Each Enumeration element consists of the mandatory name (see NamedAndSpecified) and a unique Integer value. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DataType.Declarations.EnumerationElementDeclaration:
Inheritance graph

Public Attributes

IntegerLiteral realisation
 Unique value of the Enumeration element. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.UniversalTypes.NamedAndSpecified
ExtensibleData[] extendedData
 Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More...
 
OtxId id
 Unique identifier of an element More...
 
MetaData metaData
 Additional tool-specific data More...
 
OtxName name
 Name of an element More...
 
NamedAndSpecifiedSpecification[] specification
 Descriptive specification More...
 

Detailed Description

Each Enumeration element consists of the mandatory name (see NamedAndSpecified) and a unique Integer value.

Note
IMPORTANT - Since element name is necessary, the name attribute is mandatory for EnumerationElementDeclaration(unlike the base type NamedAndSpecified where it is optional).

Member Data Documentation

◆ realisation

IntegerLiteral OpenTestSystem.Otx.Extensions.DataType.Declarations.EnumerationElementDeclaration.realisation

Unique value of the Enumeration element.