Class LogixNG_SelectBooleanXml
- java.lang.Object
-
- jmri.jmrit.logixng.util.configurexml.LogixNG_SelectBooleanXml
-
public class LogixNG_SelectBooleanXml extends java.lang.Object
Xml class for jmri.jmrit.logixng.util.LogixNG_SelectBoolean.
-
-
Constructor Summary
Constructors Constructor Description LogixNG_SelectBooleanXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload(org.jdom2.Element booleanElement, LogixNG_SelectBoolean selectBoolean)org.jdom2.Elementstore(LogixNG_SelectBoolean selectBoolean, java.lang.String tagName)Default implementation for storing the contents of a LogixNG_SelectBoolean
-
-
-
Constructor Detail
-
LogixNG_SelectBooleanXml
public LogixNG_SelectBooleanXml()
-
-
Method Detail
-
store
public org.jdom2.Element store(LogixNG_SelectBoolean selectBoolean, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectBoolean- Parameters:
selectBoolean- the LogixNG_SelectBoolean objecttagName- the name of the element- Returns:
- Element containing the complete info
-
load
public void load(org.jdom2.Element booleanElement, LogixNG_SelectBoolean selectBoolean) throws JmriConfigureXmlException
- Throws:
JmriConfigureXmlException
-
-