Class NoFeedbackTurnoutOperationXml
java.lang.Object
jmri.configurexml.AbstractXmlAdapter
jmri.configurexml.turnoutoperations.TurnoutOperationXml
jmri.configurexml.turnoutoperations.CommonTurnoutOperationXml
jmri.configurexml.turnoutoperations.NoFeedbackTurnoutOperationXml
- All Implemented Interfaces:
XmlAdapter
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 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.configurexml.AbstractXmlAdapter
STR_FALSE, STR_NO, STR_TRUE, STR_YES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadOne(org.jdom2.Element e) called for a newly-constructed object to load it from an XML elementMethods inherited from class jmri.configurexml.turnoutoperations.CommonTurnoutOperationXml
loadOne, storeMethods inherited from class jmri.configurexml.turnoutoperations.TurnoutOperationXml
getAdapter, load, loadOperationMethods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, load, loadDeferred, loadOrder, setExceptionHandler, store
-
Constructor Details
-
NoFeedbackTurnoutOperationXml
public NoFeedbackTurnoutOperationXml()
-
-
Method Details
-
loadOne
called for a newly-constructed object to load it from an XML element- Specified by:
loadOnein classTurnoutOperationXml- Parameters:
e- the XML element of type "turnoutOperation"
-