Result

Result

Abstract Class Result

SubTypes

Fields Summary

Field
Description
creationDate
Creation date
creationInformations
Creation information
name
Name of the result
validity
Validity of the result

Methods Summary

Method
Description
areValids
Return an integer array of value 1 if the result is valid else 0 in python session
isValid
Return 1 if the result is valid else 0 (in python session)

Fields Details

creationDate
creationDate : Creation date - [0..1] String
creationInformations
creationInformations : Creation information - [0..999] String
name
name : Name of the result - [1..1] String
validity
validity : Validity of the result - [1..1] ResultValidity

Method Details

areValids
  • Syntax

    areValids()

  • Parameters

    No parameter

  • Returns

    No return value

isValid
  • Syntax

    isValid()

  • Parameters

    No parameter

  • Returns

    No return value