Uses of Class
jmri.configurexml.AbstractXmlAdapter.EnumIoNames
-
Packages that use AbstractXmlAdapter.EnumIoNames Package Description jmri.configurexml Provides an XML-based mechanism for storing and restoring configurations.jmri.jmrit.display.layoutEditor.configurexml -
-
Uses of AbstractXmlAdapter.EnumIoNames in jmri.configurexml
Subclasses of AbstractXmlAdapter.EnumIoNames in jmri.configurexml Modifier and Type Class Description static class
AbstractXmlAdapter.EnumIoNamesNumbers<T extends java.lang.Enum<T>>
Support for Enum I/O to XML using the enum's element names; for backward compatibility, it will also accept ordinal numbers when reading. -
Uses of AbstractXmlAdapter.EnumIoNames in jmri.jmrit.display.layoutEditor.configurexml
Fields in jmri.jmrit.display.layoutEditor.configurexml declared as AbstractXmlAdapter.EnumIoNames Modifier and Type Field Description (package private) static AbstractXmlAdapter.EnumIoNames<LayoutShape.LayoutShapePointType>
LayoutShapeXml. pTypeEnumMap
(package private) static AbstractXmlAdapter.EnumIoNames<LayoutShape.LayoutShapeType>
LayoutShapeXml. sTypeEnumMap
-