Class MarklinSimConnectionConfigXml
java.lang.Object
jmri.configurexml.AbstractXmlAdapter
jmri.jmrix.configurexml.AbstractConnectionConfigXml
jmri.jmrix.configurexml.AbstractNetworkConnectionConfigXml
jmri.jmrix.marklin.simulation.configurexml.MarklinSimConnectionConfigXml
- All Implemented Interfaces:
XmlAdapter
Handle XML persistence of layout connections by persisting the
NetworkDriverAdapter (and connections).
-
Nested Class Summary
Nested classes/interfaces inherited from class jmri.configurexml.AbstractXmlAdapter
AbstractXmlAdapter.EnumIO<T extends Enum<T>>, AbstractXmlAdapter.EnumIoMapped<T extends Enum<T>>, AbstractXmlAdapter.EnumIoNames<T extends Enum<T>>, AbstractXmlAdapter.EnumIoNamesNumbers<T extends Enum<T>>, AbstractXmlAdapter.EnumIoOrdinals<T extends Enum<T>> -
Field Summary
Fields inherited from class jmri.jmrix.configurexml.AbstractNetworkConnectionConfigXml
adapterFields inherited from class jmri.configurexml.AbstractXmlAdapter
STR_FALSE, STR_NO, STR_TRUE, STR_YES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidgetInstance(Object object) protected voidregister()Methods inherited from class jmri.jmrix.configurexml.AbstractNetworkConnectionConfigXml
dispose, extendElement, load, load, storeMethods inherited from class jmri.jmrix.configurexml.AbstractConnectionConfigXml
findParmValue, loadCommon, loadOptions, register, saveOptions, setOutputInterval, store, storeCommon, unpackElementMethods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, loadDeferred, loadOrder, setExceptionHandler
-
Constructor Details
-
MarklinSimConnectionConfigXml
public MarklinSimConnectionConfigXml()
-
-
Method Details
-
getInstance
- Specified by:
getInstancein classAbstractConnectionConfigXml
-
getInstance
- Overrides:
getInstancein classAbstractNetworkConnectionConfigXml
-
register
- Specified by:
registerin classAbstractConnectionConfigXml
-