Uses of Enum Class
org.openhab.core.model.items.ModelGroupFunction
-
Uses of ModelGroupFunction in org.openhab.core.model.items
Modifier and TypeFieldDescriptionstatic final List<ModelGroupFunction>
ModelGroupFunction.VALUES
A public read-only list of all the 'Model Group Function' enumerators.Modifier 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.Modifier and TypeMethodDescriptionvoid
ModelGroupItem.setFunction
(ModelGroupFunction value) Sets the value of the 'Function
' attribute. -
Uses of ModelGroupFunction in org.openhab.core.model.items.impl
Modifier 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.Modifier and TypeMethodDescriptionItemsFactoryImpl.createModelGroupFunctionFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ModelGroupItemImpl.getFunction()
Modifier and TypeMethodDescriptionvoid
ModelGroupItemImpl.setFunction
(ModelGroupFunction newFunction)