Uses of Interface
org.openhab.core.model.persistence.persistence.FilterDetails
Packages that use FilterDetails
Package
Description
-
Uses of FilterDetails in org.openhab.core.model.persistence.persistence
Subinterfaces of FilterDetails in org.openhab.core.model.persistence.persistenceModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Equals Filter'.interfaceA representation of the model object 'Include Filter'.interfaceA representation of the model object 'Not Equals Filter'.interfaceA representation of the model object 'Not Include Filter'.interfaceA representation of the model object 'Threshold Filter'.interfaceA representation of the model object 'Time Filter'.Methods in org.openhab.core.model.persistence.persistence that return FilterDetailsModifier and TypeMethodDescriptionPersistenceFactory.createFilterDetails()Returns a new object of class 'Filter Details'.Filter.getDefinition()Returns the value of the 'Definition' containment reference.Methods in org.openhab.core.model.persistence.persistence with parameters of type FilterDetailsModifier and TypeMethodDescriptionvoidFilter.setDefinition(FilterDetails value) Sets the value of the 'Definition' containment reference. -
Uses of FilterDetails in org.openhab.core.model.persistence.persistence.impl
Classes in org.openhab.core.model.persistence.persistence.impl that implement FilterDetailsModifier and TypeClassDescriptionclassAn implementation of the model object 'Equals Filter'.classAn implementation of the model object 'Filter Details'.classAn implementation of the model object 'Include Filter'.classAn implementation of the model object 'Not Equals Filter'.classAn implementation of the model object 'Not Include Filter'.classAn implementation of the model object 'Threshold Filter'.classAn implementation of the model object 'Time Filter'.Fields in org.openhab.core.model.persistence.persistence.impl declared as FilterDetailsModifier and TypeFieldDescriptionprotected FilterDetailsFilterImpl.definitionThe cached value of the 'Definition' containment reference.Methods in org.openhab.core.model.persistence.persistence.impl that return FilterDetailsModifier and TypeMethodDescriptionPersistenceFactoryImpl.createFilterDetails()FilterImpl.getDefinition()Methods in org.openhab.core.model.persistence.persistence.impl with parameters of type FilterDetailsModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainFilterImpl.basicSetDefinition(FilterDetails newDefinition, org.eclipse.emf.common.notify.NotificationChain msgs) voidFilterImpl.setDefinition(FilterDetails newDefinition) -
Uses of FilterDetails in org.openhab.core.model.persistence.persistence.util
Methods in org.openhab.core.model.persistence.persistence.util with parameters of type FilterDetailsModifier and TypeMethodDescriptionPersistenceSwitch.caseFilterDetails(FilterDetails object) Returns the result of interpreting the object as an instance of 'Filter Details'.