Uses of Class
org.correomqtt.business.model.SysTopic
| Package | Description |
|---|---|
| org.correomqtt.business.model | |
| org.correomqtt.gui.model | |
| org.correomqtt.gui.transformer |
-
Uses of SysTopic in org.correomqtt.business.model
Methods in org.correomqtt.business.model that return SysTopic Modifier and Type Method Description static SysTopicSysTopic. getSysTopicByTopic(String topic)static SysTopicSysTopic. valueOf(String name)Returns the enum constant of this type with the specified name.static SysTopic[]SysTopic. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SysTopic in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model with parameters of type SysTopic Modifier and Type Method Description SysTopicPropertiesDTO.SysTopicPropertiesDTOBuilderSysTopicPropertiesDTO.SysTopicPropertiesDTOBuilder. sysTopic(SysTopic sysTopic) -
Uses of SysTopic in org.correomqtt.gui.transformer
Methods in org.correomqtt.gui.transformer with parameters of type SysTopic Modifier and Type Method Description static SysTopicPropertiesDTOSysTopicTransformer. dtoToProps(MessageDTO messageDTO, SysTopic sysTopic)