Uses of Enum
jmri.Section.SectionType
Packages that use Section.SectionType
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of Section.SectionType in jmri
Fields in jmri declared as Section.SectionTypeModifier and TypeFieldDescriptionstatic final Section.SectionTypeSection.DYNAMICADHOCstatic final Section.SectionTypeSection.SIGNALMASTLOGICstatic final Section.SectionTypeSection.USERDEFINEDMethods in jmri that return Section.SectionTypeModifier and TypeMethodDescriptionSection.getSectionType()Get Section Type.static Section.SectionTypeReturns 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.SectionTypeModifier and TypeMethodDescriptionvoidSection.setSectionType(Section.SectionType type) Set Section Type. -
Uses of Section.SectionType in jmri.implementation
Methods in jmri.implementation that return Section.SectionTypeMethods in jmri.implementation with parameters of type Section.SectionTypeModifier and TypeMethodDescriptionvoidDefaultSection.setSectionType(Section.SectionType type) Set Section Type.