Class LogixNG_SelectDoubleXml
- java.lang.Object
-
- jmri.jmrit.logixng.util.configurexml.LogixNG_SelectDoubleXml
-
public class LogixNG_SelectDoubleXml extends java.lang.Object
Xml class for jmri.jmrit.logixng.util.LogixNG_SelectInteger.
-
-
Constructor Summary
Constructors Constructor Description LogixNG_SelectDoubleXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(org.jdom2.Element doubleElement, LogixNG_SelectDouble selectDouble)
org.jdom2.Element
store(LogixNG_SelectDouble selectDouble, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectEnum
-
-
-
Constructor Detail
-
LogixNG_SelectDoubleXml
public LogixNG_SelectDoubleXml()
-
-
Method Detail
-
store
public org.jdom2.Element store(LogixNG_SelectDouble selectDouble, java.lang.String tagName)
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
-
-