Uses of Interface
org.openhab.core.model.persistence.persistence.PersistenceModel
Packages that use PersistenceModel
Package
Description
-
Uses of PersistenceModel in org.openhab.core.model.persistence.persistence
Methods in org.openhab.core.model.persistence.persistence that return PersistenceModelModifier and TypeMethodDescriptionPersistenceFactory.createPersistenceModel()Returns a new object of class 'Model'. -
Uses of PersistenceModel in org.openhab.core.model.persistence.persistence.impl
Classes in org.openhab.core.model.persistence.persistence.impl that implement PersistenceModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Model'.Methods in org.openhab.core.model.persistence.persistence.impl that return PersistenceModel -
Uses of PersistenceModel in org.openhab.core.model.persistence.persistence.util
Methods in org.openhab.core.model.persistence.persistence.util with parameters of type PersistenceModelModifier and TypeMethodDescriptionPersistenceSwitch.casePersistenceModel(PersistenceModel object) Returns the result of interpreting the object as an instance of 'Model'. -
Uses of PersistenceModel in org.openhab.core.model.persistence.serializer
Methods in org.openhab.core.model.persistence.serializer with parameters of type PersistenceModelModifier and TypeMethodDescriptionprotected voidAbstractPersistenceSemanticSequencer.sequence_PersistenceModel(org.eclipse.xtext.serializer.ISerializationContext context, PersistenceModel semanticObject) Contexts: PersistenceModel returns PersistenceModel Constraint: (strategies+=Strategy* filters+=Filter* configs+=PersistenceConfiguration* aliases+=AliasConfiguration*)