Package org.openhab.core.model.items
Interface ModelGroupItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ModelItem
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModelGroupItemImpl
A representation of the model object 'Model Group Item'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<String>
getArgs()
Returns the value of the 'Args' attribute list.Returns the value of the 'Function' attribute.void
setFunction
(ModelGroupFunction value) Sets the value of the 'Function
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.openhab.core.model.items.ModelItem
getBindings, getGroups, getIcon, getLabel, getName, getTags, getType, setIcon, setLabel, setName, setType
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFunction
ModelGroupFunction getFunction()Returns the value of the 'Function' attribute. The literals are from the enumerationModelGroupFunction
.- Returns:
- the value of the 'Function' attribute.
- See Also:
-
setFunction
Sets the value of the 'Function
' attribute.- Parameters:
value
- the new value of the 'Function' attribute.- See Also:
-
getArgs
org.eclipse.emf.common.util.EList<String> getArgs()Returns the value of the 'Args' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Args' attribute list.
- See Also:
-