All Known Implementing Classes:
Constant

public interface ComConstant
Represents the ecu.test specific COMConstant API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Queries the constant description.
    Queries the constant name.
    Queries the constant value.
  • Method Details

    • getName

      String getName() throws ETComException
      Queries the constant name.
      Returns:
      the name of this constant
      Throws:
      ETComException - in case of a COM exception
    • getDescription

      String getDescription() throws ETComException
      Queries the constant description.
      Returns:
      the description of this constant
      Throws:
      ETComException - in case of a COM exception
    • getValue

      String getValue() throws ETComException
      Queries the constant value.
      Returns:
      the value of this constant
      Throws:
      ETComException - in case of a COM exception