Uses of Enum Class
org.openhab.core.model.items.ModelGroupFunction
Packages that use ModelGroupFunction
-
Uses of ModelGroupFunction in org.openhab.core.model.items
Fields in org.openhab.core.model.items with type parameters of type ModelGroupFunctionModifier and TypeFieldDescriptionstatic final List<ModelGroupFunction>
ModelGroupFunction.VALUES
A public read-only list of all the 'Model Group Function' enumerators.Methods in org.openhab.core.model.items that return ModelGroupFunctionModifier and TypeMethodDescriptionstatic ModelGroupFunction
ModelGroupFunction.get
(int value) Returns the 'Model Group Function' literal with the specified integer value.static ModelGroupFunction
Returns the 'Model Group Function' literal with the specified literal value.static ModelGroupFunction
Returns the 'Model Group Function' literal with the specified name.ModelGroupItem.getFunction()
Returns the value of the 'Function' attribute.static ModelGroupFunction
Returns the enum constant of this class with the specified name.static ModelGroupFunction[]
ModelGroupFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.model.items with parameters of type ModelGroupFunctionModifier and TypeMethodDescriptionvoid
ModelGroupItem.setFunction
(ModelGroupFunction value) Sets the value of the 'Function
' attribute. -
Uses of ModelGroupFunction in org.openhab.core.model.items.impl
Fields in org.openhab.core.model.items.impl declared as ModelGroupFunctionModifier and TypeFieldDescriptionprotected ModelGroupFunction
ModelGroupItemImpl.function
The cached value of the 'Function
' attribute.protected static final ModelGroupFunction
ModelGroupItemImpl.FUNCTION_EDEFAULT
The default value of the 'Function
' attribute.Methods in org.openhab.core.model.items.impl that return ModelGroupFunctionModifier and TypeMethodDescriptionItemsFactoryImpl.createModelGroupFunctionFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ModelGroupItemImpl.getFunction()
Methods in org.openhab.core.model.items.impl with parameters of type ModelGroupFunctionModifier and TypeMethodDescriptionvoid
ModelGroupItemImpl.setFunction
(ModelGroupFunction newFunction)