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