Uses of Interface
org.openhab.core.model.script.script.AbstractUnit
Package
Description
-
Uses of AbstractUnit in org.openhab.core.model.script.script
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'ID Unit'.interface
A representation of the model object 'Specific Unit'.interface
A representation of the model object 'String Unit'.Modifier and TypeMethodDescriptionScriptFactory.createAbstractUnit()
Returns a new object of class 'Abstract Unit'.QuantityLiteral.getUnit()
Returns the value of the 'Unit' containment reference.Modifier and TypeMethodDescriptionvoid
QuantityLiteral.setUnit
(AbstractUnit value) Sets the value of the 'Unit
' containment reference. -
Uses of AbstractUnit in org.openhab.core.model.script.script.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Unit'.class
An implementation of the model object 'ID Unit'.class
An implementation of the model object 'Specific Unit'.class
An implementation of the model object 'String Unit'.Modifier and TypeFieldDescriptionprotected AbstractUnit
QuantityLiteralImpl.unit
The cached value of the 'Unit
' containment reference.Modifier and TypeMethodDescriptionScriptFactoryImpl.createAbstractUnit()
QuantityLiteralImpl.getUnit()
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
QuantityLiteralImpl.basicSetUnit
(AbstractUnit newUnit, org.eclipse.emf.common.notify.NotificationChain msgs) void
QuantityLiteralImpl.setUnit
(AbstractUnit newUnit) -
Uses of AbstractUnit in org.openhab.core.model.script.script.util
Modifier and TypeMethodDescriptionScriptSwitch.caseAbstractUnit
(AbstractUnit object) Returns the result of interpreting the object as an instance of 'Abstract Unit'.