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