Package jmri.managers.configurexml
Class DefaultVariableLightManagerXml
- java.lang.Object
-
- jmri.configurexml.AbstractXmlAdapter
-
- jmri.managers.configurexml.AbstractNamedBeanManagerConfigXML
-
- jmri.managers.configurexml.DefaultVariableLightManagerXml
-
- All Implemented Interfaces:
XmlAdapter
public class DefaultVariableLightManagerXml extends AbstractNamedBeanManagerConfigXML
Store and load data for VariableLightManager. This class doesn't do anything since all the VariableLights are stored in the LightManager. /Daniel Bergqvist
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.configurexml.AbstractXmlAdapter
AbstractXmlAdapter.EnumIO<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoMapped<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNames<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoNamesNumbers<T extends java.lang.Enum<T>>, AbstractXmlAdapter.EnumIoOrdinals<T extends java.lang.Enum<T>>
-
-
Constructor Summary
Constructors Constructor Description DefaultVariableLightManagerXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
load(org.jdom2.Element sharedConditionals, org.jdom2.Element perNodeConditionals)
Create a set of configured objects from their XML description.int
loadOrder()
org.jdom2.Element
store(java.lang.Object o)
Store the object in XML-
Methods inherited from class jmri.managers.configurexml.AbstractNamedBeanManagerConfigXML
checkedNamedBeanHandle, checkedNamedBeanName, checkedNamedBeanReference, checkNameNormalization, getAttributeBool, getAttributeString, getSystemName, getUserName, getUserName, loadComment, loadComment, loadCommon, loadInAdapter, loadProperties, storeComment, storeCommon, storeProperties, storeUserName
-
Methods inherited from class jmri.configurexml.AbstractXmlAdapter
getAttributeBooleanValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getExceptionHandler, handleException, load, load, load, loadDeferred, setExceptionHandler, store
-
-
-
-
Constructor Detail
-
DefaultVariableLightManagerXml
public DefaultVariableLightManagerXml()
-
-
Method Detail
-
store
public org.jdom2.Element store(java.lang.Object o)
Description copied from interface:XmlAdapter
Store the object in XML- Parameters:
o
- The object to be recorded. Specific XmlAdapter implementations will require this to be of a specific type; that binding is done in ConfigXmlManager.- Returns:
- The XML representation Element
-
load
public boolean load(@Nonnull org.jdom2.Element sharedConditionals, org.jdom2.Element perNodeConditionals)
Description copied from class:AbstractXmlAdapter
Create a set of configured objects from their XML description.- Specified by:
load
in interfaceXmlAdapter
- Overrides:
load
in classAbstractXmlAdapter
- Parameters:
sharedConditionals
- Top-level XML element containing the common, multi-node elements of the descriptionperNodeConditionals
- Top-level XML element containing the private, single-node elements of the description- Returns:
- true if successful
-
loadOrder
public int loadOrder()
Description copied from class:AbstractXmlAdapter
- Specified by:
loadOrder
in interfaceXmlAdapter
- Overrides:
loadOrder
in classAbstractXmlAdapter
-
-