OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter Interface Reference

Represents base class for InParameter, OutParameter and InOutParameter of a Procedure. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter:
Inheritance graph

Public Member Functions

String GetDataType ()
 Gets DataType. More...
 
Object GetInitValue ()
 Gets initial value. More...
 
String GetName ()
 Gets Parameter name. More...
 
IProcedure GetProcedure ()
 Gets Procedure. More...
 
String GetSpecification ()
 Gets Parameter specification. More...
 
Object GetValue ()
 Gets value. More...
 

Detailed Description

Represents base class for InParameter, OutParameter and InOutParameter of a Procedure.

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

Member Function Documentation

◆ GetDataType()

String OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetDataType ( )

Gets DataType.

Returns
Name of DataType.

◆ GetInitValue()

Object OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetInitValue ( )

Gets initial value.

Returns
Initial value.

◆ GetName()

String OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetName ( )

Gets Parameter name.

Returns
Parameters name.

◆ GetProcedure()

IProcedure OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetProcedure ( )

Gets Procedure.

Returns
A Procedure which this Parameter belongs to.

◆ GetSpecification()

String OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetSpecification ( )

Gets Parameter specification.

Returns
Parameter specification.

◆ GetValue()

Object OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetValue ( )

Gets value.

Returns
Current value.

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