Uses of Class
jmri.Section.SectionType
-
Packages that use Section.SectionType Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces. -
-
Uses of Section.SectionType in jmri
Fields in jmri declared as Section.SectionType Modifier and Type Field Description static Section.SectionTypeSection. DYNAMICADHOCstatic Section.SectionTypeSection. SIGNALMASTLOGICstatic Section.SectionTypeSection. USERDEFINEDMethods in jmri that return Section.SectionType Modifier and Type Method Description Section.SectionTypeSection. getSectionType()Get Section Type.static Section.SectionTypeSection.SectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Section.SectionType[]Section.SectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri with parameters of type Section.SectionType Modifier and Type Method Description voidSection. setSectionType(Section.SectionType type)Set Section Type. -
Uses of Section.SectionType in jmri.implementation
Methods in jmri.implementation that return Section.SectionType Modifier and Type Method Description Section.SectionTypeDefaultSection. getSectionType()Get Section Type.Methods in jmri.implementation with parameters of type Section.SectionType Modifier and Type Method Description voidDefaultSection. setSectionType(Section.SectionType type)Set Section Type.
-