Package jmri.jmrix.mqtt.configurexml
Class MqttConnectionConfigXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.jmrix.configurexml.AbstractConnectionConfigXml
-
- jmri.jmrix.configurexml.AbstractNetworkConnectionConfigXml
-
- jmri.jmrix.mqtt.configurexml.MqttConnectionConfigXml
-
- All Implemented Interfaces:
XmlAdapter
public class MqttConnectionConfigXml extends AbstractNetworkConnectionConfigXml
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.configurexml.AbstractXmlAdapter
AbstractXmlAdapter.EnumIO<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoMapped<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNames<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNamesNumbers<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoOrdinals<T extends java.lang.Enum<T>>
-
-
Field Summary
-
Fields inherited from class jmri.jmrix.configurexml.AbstractNetworkConnectionConfigXml
adapter
-
-
Constructor Summary
Constructors Constructor Description MqttConnectionConfigXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getInstance()
protected void
getInstance(java.lang.Object object)
protected void
register()
-
Methods inherited from class jmri.jmrix.configurexml.AbstractNetworkConnectionConfigXml
dispose, extendElement, load, load, store
-
Methods inherited from class jmri.jmrix.configurexml.AbstractConnectionConfigXml
findParmValue, loadCommon, loadOptions, register, saveOptions, setOutputInterval, store, storeCommon, unpackElement
-
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, loadDeferred, loadOrder, setExceptionHandler
-
-
-
-
Constructor Detail
-
MqttConnectionConfigXml
public MqttConnectionConfigXml()
-
-
Method Detail
-
getInstance
protected void getInstance()
- Specified by:
getInstance
in classAbstractConnectionConfigXml
-
getInstance
protected void getInstance(java.lang.Object object)
- Overrides:
getInstance
in classAbstractNetworkConnectionConfigXml
-
register
protected void register()
- Specified by:
register
in classAbstractConnectionConfigXml
-
-