Package jmri.jmrix.lenz.configurexml
Class AbstractXNetSerialConnectionConfigXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.jmrix.configurexml.AbstractConnectionConfigXml
-
- jmri.jmrix.configurexml.AbstractSerialConnectionConfigXml
-
- jmri.jmrix.lenz.configurexml.AbstractXNetSerialConnectionConfigXml
-
- All Implemented Interfaces:
XmlAdapter
- Direct Known Subclasses:
ConnectionConfigXml
,ConnectionConfigXml
,ConnectionConfigXml
,ConnectionConfigXml
,ConnectionConfigXml
,ConnectionConfigXml
,ConnectionConfigXml
public abstract class AbstractXNetSerialConnectionConfigXml extends AbstractSerialConnectionConfigXml
Abstract base class to Handle XML persistance of layout connections by persistening an XpressNetSerial Adapter (and connections). Note this is named as the XML version of an AbstraxtXNetSerialConnectionConfig object, but it's actually persisting the XpressNet Serial Adapter.This class is invoked from jmrix.JmrixConfigPaneXml on write, as that class is the one actually registered. Reads are brought here directly via the class attribute in the XML.
-
-
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.AbstractSerialConnectionConfigXml
adapter
-
-
Constructor Summary
Constructors Constructor Description AbstractXNetSerialConnectionConfigXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getInstance(java.lang.Object object)
-
Methods inherited from class jmri.jmrix.configurexml.AbstractSerialConnectionConfigXml
dispose, extendElement, load, load, store
-
Methods inherited from class jmri.jmrix.configurexml.AbstractConnectionConfigXml
findParmValue, getInstance, loadCommon, loadOptions, register, 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
-
AbstractXNetSerialConnectionConfigXml
public AbstractXNetSerialConnectionConfigXml()
-
-
Method Detail
-
getInstance
protected void getInstance(java.lang.Object object)
- Overrides:
getInstance
in classAbstractSerialConnectionConfigXml
-
-