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

Represents InParameter of a Procedure. More...

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

Public Member Functions

boolean SetValue (Object value)
 Sets new value. More...
 
boolean SetValue (String literalValue)
 Sets new value. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter
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 InParameter 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

◆ SetValue() [1/2]

boolean OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureInParameter.SetValue ( Object  value)

Sets new value.

Parameters
valueA new value.
Returns
true if value has changed.

◆ SetValue() [2/2]

boolean OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureInParameter.SetValue ( String  literalValue)

Sets new value.

Parameters
literalValueA new value.
Returns
true if value has changed.

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