Package wt.epm.ndi

Interface EPMNDParameterUnitInfo


public interface EPMNDParameterUnitInfo


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: notation.
    double
    Gets the value of the attribute: offset.
    double
    Gets the value of the attribute: scaleFactor.
    Gets the value of the attribute: unitSystem.
  • Method Details

    • getScaleFactor

      double getScaleFactor() throws WTException
      Gets the value of the attribute: scaleFactor.

      Supported API: true
      Returns:
      double
      Throws:
      WTException
    • getOffset

      double getOffset() throws WTException
      Gets the value of the attribute: offset.

      Supported API: true
      Returns:
      double
      Throws:
      WTException
    • getUnitSystem

      String getUnitSystem() throws WTException
      Gets the value of the attribute: unitSystem.

      Supported API: true
      Returns:
      String
      Throws:
      WTException
    • getNotation

      String getNotation() throws WTException
      Gets the value of the attribute: notation.

      Supported API: true
      Returns:
      String
      Throws:
      WTException