OTX-Runtime for Java
|
|
Represents base class for InParameter, OutParameter and InOutParameter of a Procedure. More...
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... | |
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.
String OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetDataType | ( | ) |
Gets DataType.
Object OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetInitValue | ( | ) |
Gets initial value.
String OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetName | ( | ) |
Gets Parameter name.
IProcedure OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetProcedure | ( | ) |
Gets Procedure.
String OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetSpecification | ( | ) |
Gets Parameter specification.
Object OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.GetValue | ( | ) |
Gets value.