Uses of Interface
org.openhab.core.model.script.script.AbstractUnit
Packages that use AbstractUnit
Package
Description
-
Uses of AbstractUnit in org.openhab.core.model.script.script
Subinterfaces of AbstractUnit in org.openhab.core.model.script.scriptModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'ID Unit'.interfaceA representation of the model object 'Specific Unit'.interfaceA representation of the model object 'String Unit'.Methods in org.openhab.core.model.script.script that return AbstractUnitModifier and TypeMethodDescriptionScriptFactory.createAbstractUnit()Returns a new object of class 'Abstract Unit'.QuantityLiteral.getUnit()Returns the value of the 'Unit' containment reference.Methods in org.openhab.core.model.script.script with parameters of type AbstractUnitModifier and TypeMethodDescriptionvoidQuantityLiteral.setUnit(AbstractUnit value) Sets the value of the 'Unit' containment reference. -
Uses of AbstractUnit in org.openhab.core.model.script.script.impl
Classes in org.openhab.core.model.script.script.impl that implement AbstractUnitModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Unit'.classAn implementation of the model object 'ID Unit'.classAn implementation of the model object 'Specific Unit'.classAn implementation of the model object 'String Unit'.Fields in org.openhab.core.model.script.script.impl declared as AbstractUnitModifier and TypeFieldDescriptionprotected AbstractUnitQuantityLiteralImpl.unitThe cached value of the 'Unit' containment reference.Methods in org.openhab.core.model.script.script.impl that return AbstractUnitModifier and TypeMethodDescriptionScriptFactoryImpl.createAbstractUnit()QuantityLiteralImpl.getUnit()Methods in org.openhab.core.model.script.script.impl with parameters of type AbstractUnitModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainQuantityLiteralImpl.basicSetUnit(AbstractUnit newUnit, org.eclipse.emf.common.notify.NotificationChain msgs) voidQuantityLiteralImpl.setUnit(AbstractUnit newUnit) -
Uses of AbstractUnit in org.openhab.core.model.script.script.util
Methods in org.openhab.core.model.script.script.util with parameters of type AbstractUnitModifier and TypeMethodDescriptionScriptSwitch.caseAbstractUnit(AbstractUnit object) Returns the result of interpreting the object as an instance of 'Abstract Unit'.