OTX-Runtime for C++  
OpenTestSystem::Otx::Runtime::Api::Otx::IProcedureOutParameter Class Reference

Represents OutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there. More...

#include <IProcedureOutParameter.h>

Inheritance diagram for OpenTestSystem::Otx::Runtime::Api::Otx::IProcedureOutParameter:
Inheritance graph

Additional Inherited Members

- Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Otx::IProcedureParameter
virtual std::string GetDataType () const =0
 Gets DataType. More...
 
virtual std::shared_ptr< ObjectGetInitValue () const =0
 Gets initial value. More...
 
virtual std::string GetName () const =0
 Gets Parameter name. More...
 
virtual std::shared_ptr< IProcedureGetProcedure () const =0
 Gets Procedure that contains the Parameter. More...
 
virtual std::string GetSpecification () const =0
 Gets Parameter specification. More...
 
virtual std::shared_ptr< ObjectGetValue () const =0
 Gets value. More...
 

Detailed Description

Represents OutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there.


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