Uses of Class
org.openhab.core.semantics.dto.SemanticTagDTO
Packages that use SemanticTagDTO
-
Uses of SemanticTagDTO in org.openhab.core.semantics
Methods in org.openhab.core.semantics that return SemanticTagDTOModifier and TypeMethodDescriptionprotected SemanticTagDTOManagedSemanticTagProvider.toPersistableElement(SemanticTag tag) Methods in org.openhab.core.semantics with parameters of type SemanticTagDTOModifier and TypeMethodDescriptionprotected @Nullable SemanticTagManagedSemanticTagProvider.toElement(String uid, SemanticTagDTO persistedTag) -
Uses of SemanticTagDTO in org.openhab.core.semantics.dto
Methods in org.openhab.core.semantics.dto that return SemanticTagDTOModifier and TypeMethodDescriptionstatic SemanticTagDTOSemanticTagDTOMapper.map(SemanticTag tag) Maps semantic tag object into semantic tag DTO.Methods in org.openhab.core.semantics.dto with parameters of type SemanticTagDTOModifier and TypeMethodDescriptionstatic @Nullable SemanticTagSemanticTagDTOMapper.map(@Nullable SemanticTagDTO tagDTO) Maps semantic tag DTO into semantic tag object.