Interface ComConstant
- All Known Implementing Classes:
Constant
public interface ComConstant
Represents the ecu.test specific COMConstant API.
-
Method Summary
-
Method Details
-
getName
Queries the constant name.- Returns:
- the name of this constant
- Throws:
ETComException- in case of a COM exception
-
getDescription
Queries the constant description.- Returns:
- the description of this constant
- Throws:
ETComException- in case of a COM exception
-
getValue
Queries the constant value.- Returns:
- the value of this constant
- Throws:
ETComException- in case of a COM exception
-