Uses of Interface
org.openhab.core.model.persistence.persistence.Filter
Package
Description
-
Uses of Filter in org.openhab.core.model.persistence.persistence
Modifier and TypeMethodDescriptionPersistenceFactory.createFilter()
Returns a new object of class 'Filter'.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Filter>
PersistenceConfiguration.getFilters()
Returns the value of the 'Filters' reference list.org.eclipse.emf.common.util.EList<Filter>
PersistenceModel.getFilters()
Returns the value of the 'Filters' containment reference list. -
Uses of Filter in org.openhab.core.model.persistence.persistence.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Filter'.Modifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Filter>
PersistenceConfigurationImpl.filters
The cached value of the 'Filters
' reference list.protected org.eclipse.emf.common.util.EList<Filter>
PersistenceModelImpl.filters
The cached value of the 'Filters
' containment reference list.Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Filter>
PersistenceConfigurationImpl.getFilters()
org.eclipse.emf.common.util.EList<Filter>
PersistenceModelImpl.getFilters()
-
Uses of Filter in org.openhab.core.model.persistence.persistence.util
Modifier and TypeMethodDescriptionPersistenceSwitch.caseFilter
(Filter object) Returns the result of interpreting the object as an instance of 'Filter'. -
Uses of Filter in org.openhab.core.model.persistence.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractPersistenceSemanticSequencer.sequence_Filter
(org.eclipse.xtext.serializer.ISerializationContext context, Filter semanticObject) Contexts: Filter returns Filter Constraint: (name=ID definition=FilterDetails)