Class LogixNG_SelectDoubleXml
java.lang.Object
jmri.jmrit.logixng.util.configurexml.LogixNG_SelectDoubleXml
Xml class for jmri.jmrit.logixng.util.LogixNG_SelectInteger.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(org.jdom2.Element doubleElement, LogixNG_SelectDouble selectDouble) org.jdom2.Elementstore(LogixNG_SelectDouble selectDouble, String tagName) Default implementation for storing the contents of a LogixNG_SelectEnum
-
Constructor Details
-
LogixNG_SelectDoubleXml
public LogixNG_SelectDoubleXml()
-
-
Method Details
-
store
Default implementation for storing the contents of a LogixNG_SelectEnum- Parameters:
selectDouble- the LogixNG_SelectInteger objecttagName- the name of the element- Returns:
- Element containing the complete info
-
load
public void load(org.jdom2.Element doubleElement, LogixNG_SelectDouble selectDouble) throws JmriConfigureXmlException - Throws:
JmriConfigureXmlException
-