class UnitManager
Package: swiss.avm.up.core.generic.unit.javamodel.UnitManager
Direct Known Subclasses:
class UnitManager extends NamedResource, AOoExtendable
Properties
defaultUnits
DefaultUnits[0..1]
extends
Resource[0..N]
The base class of any Resource in the system.
extends
UnitManager[0..N]
name
The name of this Resource.
StringLiteral[1..1]
textList
NativeTextList[0..N]
The NativeTextList is the basic container for text resources. Native texts are the texts that are assigned to the various elements in the application at the time of development.
Typically, such texts are unedited and are not used to be displayed on an HMI or similar.
The texts entered here will be the basis for later translations.
unitSystem
UnitSystem[0..N]
Method Summary
getCustomUnits
@FUint
Returns list of Units without commonCode. Returns an empty list if OpcUaConfig.includeUnit is false.
Return:
List<Unit>
getExtendableObjects
@FUint
Return:
List<UnitManager>
getFullInheritance
@FUint
Return:
List<UnitManager>
getUnitSystems
@FUint
Return:
List<UnitSystem>
getUnits
@FUint
Return:
List<Unit>