Class LogixNG_SelectBooleanXml
java.lang.Object
jmri.jmrit.logixng.util.configurexml.LogixNG_SelectBooleanXml
Xml class for jmri.jmrit.logixng.util.LogixNG_SelectBoolean.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(org.jdom2.Element booleanElement, LogixNG_SelectBoolean selectBoolean) org.jdom2.Elementstore(LogixNG_SelectBoolean selectBoolean, String tagName) Default implementation for storing the contents of a LogixNG_SelectBoolean
-
Constructor Details
-
LogixNG_SelectBooleanXml
public LogixNG_SelectBooleanXml()
-
-
Method Details
-
store
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
-