Package wt.epm.ndi
Interface EPMNDParameterUnitInfo
public interface EPMNDParameterUnitInfo
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: notation.doubleGets the value of the attribute: offset.doubleGets the value of the attribute: scaleFactor.Gets the value of the attribute: unitSystem.
-
Method Details
-
getScaleFactor
Gets the value of the attribute: scaleFactor.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getOffset
Gets the value of the attribute: offset.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getUnitSystem
Gets the value of the attribute: unitSystem.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getNotation
Gets the value of the attribute: notation.
Supported API: true- Returns:
- String
- Throws:
WTException
-