Package wt.epm.ndi
Interface EPMNDValue
- All Known Subinterfaces:
EPMNDFTValue,EPMNDFTValueDep,EPMNDFTValueExt
public interface EPMNDValue
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: description.doubleGets the value of the attribute: doubleEpsilon.getValue()Gets the value of the attribute: value.Gets the value of the attribute: valueUnit.Gets the value of the attribute: valueUnitInfo.
-
Method Details
-
getValue
Gets the value of the attribute: value.
Supported API: true- Returns:
- Object
- Throws:
WTException
-
getDoubleEpsilon
Gets the value of the attribute: doubleEpsilon.
Supported API: true- Returns:
- double
- Throws:
WTException
-
getDescription
Gets the value of the attribute: description.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getValueUnit
Gets the value of the attribute: valueUnit.
Supported API: true- Returns:
- String
- Throws:
WTException
-
getValueUnitInfo
Gets the value of the attribute: valueUnitInfo.
Supported API: true- Returns:
- EPMNDParameterUnitInfo
- Throws:
WTException
-