Class LogixNG_SelectIntegerXml
- java.lang.Object
-
- jmri.jmrit.logixng.util.configurexml.LogixNG_SelectIntegerXml
-
public class LogixNG_SelectIntegerXml extends java.lang.Object
Xml class for jmri.jmrit.logixng.util.LogixNG_SelectInteger.
-
-
Constructor Summary
Constructors Constructor Description LogixNG_SelectIntegerXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(org.jdom2.Element intElement, LogixNG_SelectInteger selectInt)
void
loadLegacy(org.jdom2.Element shared, LogixNG_SelectInteger selectInt, java.lang.String addressingElementName, java.lang.String valueElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.String formulaElementName)
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.org.jdom2.Element
store(LogixNG_SelectInteger selectInt, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectEnum
-
-
-
Constructor Detail
-
LogixNG_SelectIntegerXml
public LogixNG_SelectIntegerXml()
-
-
Method Detail
-
store
public org.jdom2.Element store(LogixNG_SelectInteger selectInt, java.lang.String tagName)
Default implementation for storing the contents of a LogixNG_SelectEnum- Parameters:
selectInt
- the LogixNG_SelectInteger objecttagName
- the name of the element- Returns:
- Element containing the complete info
-
load
public void load(org.jdom2.Element intElement, LogixNG_SelectInteger selectInt) throws JmriConfigureXmlException
- Throws:
JmriConfigureXmlException
-
loadLegacy
public void loadLegacy(org.jdom2.Element shared, LogixNG_SelectInteger selectInt, java.lang.String addressingElementName, java.lang.String valueElementName, java.lang.String referenceElementName, java.lang.String localVariableElementName, java.lang.String formulaElementName) throws JmriConfigureXmlException
This method is for backward compability up to and including 4.99.4.Remove this class after 5.0.- Parameters:
shared
- the shared elementselectInt
- the LogixNG_SelectEnumaddressingElementName
- the name of the element of the addressingvalueElementName
- the name of the element of the integerreferenceElementName
- the name of the element of the referencelocalVariableElementName
- the name of the element of the local variableformulaElementName
- the name of the element of the formula- Throws:
JmriConfigureXmlException
- if an exception occurs
-
-