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.VALUESA public read-only list of all the 'Model Group Function' enumerators.Methods in org.openhab.core.model.items that return ModelGroupFunctionModifier and TypeMethodDescriptionstatic ModelGroupFunctionModelGroupFunction.get(int value) Returns the 'Model Group Function' literal with the specified integer value.static ModelGroupFunctionReturns the 'Model Group Function' literal with the specified literal value.static ModelGroupFunctionReturns the 'Model Group Function' literal with the specified name.ModelGroupItem.getFunction()Returns the value of the 'Function' attribute.static ModelGroupFunctionReturns 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 TypeMethodDescriptionvoidModelGroupItem.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 ModelGroupFunctionModelGroupItemImpl.functionThe cached value of the 'Function' attribute.protected static final ModelGroupFunctionModelGroupItemImpl.FUNCTION_EDEFAULTThe 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 TypeMethodDescriptionvoidModelGroupItemImpl.setFunction(ModelGroupFunction newFunction)