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