Class NoFeedbackTurnoutOperationXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.configurexml.turnoutoperations.TurnoutOperationXml
-
- jmri.configurexml.turnoutoperations.CommonTurnoutOperationXml
-
- jmri.configurexml.turnoutoperations.NoFeedbackTurnoutOperationXml
-
- All Implemented Interfaces:
XmlAdapter
public class NoFeedbackTurnoutOperationXml extends CommonTurnoutOperationXml
Concrete subclass to save/restore NoFeedbackTurnoutOperation object to/from XML. Most of the work is done by CommonTurnoutOperationXml
-
-
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>>
-
-
Constructor Summary
Constructors Constructor Description NoFeedbackTurnoutOperationXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TurnoutOperation
loadOne(org.jdom2.Element e)
called for a newly-constructed object to load it from an XML element-
Methods inherited from class jmri.configurexml.turnoutoperations.CommonTurnoutOperationXml
loadOne, store
-
Methods inherited from class jmri.configurexml.turnoutoperations.TurnoutOperationXml
getAdapter, load, loadOperation
-
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, load, loadDeferred, loadOrder, setExceptionHandler, store
-
-
-
-
Constructor Detail
-
NoFeedbackTurnoutOperationXml
public NoFeedbackTurnoutOperationXml()
-
-
Method Detail
-
loadOne
public TurnoutOperation loadOne(org.jdom2.Element e)
called for a newly-constructed object to load it from an XML element- Specified by:
loadOne
in classTurnoutOperationXml
- Parameters:
e
- the XML element of type "turnoutOperation"
-
-