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

Represents OTX Structure DataType. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure:
Inheritance graph

Public Member Functions

 Structure (String signature, List< StructureElement > elements)
 Initializes a new instance of the Structure class. More...
 
 Structure (String signature, List< StructureElement > elements, IDocument document, String specification)
 Initializes a new instance of the Structure class. More...
 
List< StructureElementGetElements ()
 Gets all elements. More...
 
String GetSignature ()
 Gets full name of structure signature. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Otx.Signature.ISignature
IDocument GetDocument ()
 Gets Signature Document. More...
 
String GetFullName ()
 Gets Signature Full name. More...
 
String GetName ()
 Gets Signature Name. More...
 
String GetSpecification ()
 Gets Signature Specification. More...
 

Detailed Description

Represents OTX Structure DataType.

Constructor & Destructor Documentation

◆ Structure() [1/2]

OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.Structure ( String  signature,
List< StructureElement elements 
)
inline

Initializes a new instance of the Structure class.

Parameters
signatureFull name of structure signature.
elementsAll elements.

◆ Structure() [2/2]

OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.Structure ( String  signature,
List< StructureElement elements,
IDocument  document,
String  specification 
)
inline

Initializes a new instance of the Structure class.

Parameters
signatureFull name of structure signature.
elementsAll elements.
documentThe document this Structure belong to.
specificationSpecification or description of structure signature.

Member Function Documentation

◆ GetElements()

List<StructureElement> OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.GetElements ( )
inline

Gets all elements.

Returns
All elements.

Implements OpenTestSystem.Otx.Runtime.Api.Otx.Signature.IStructureSignature.

◆ GetSignature()

String OpenTestSystem.Otx.Runtime.Api.DataTypes.Structure.GetSignature ( )
inline

Gets full name of structure signature.

Returns
Full name of structure signature.

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