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.SectionType
Section. DYNAMICADHOC
static Section.SectionType
Section. SIGNALMASTLOGIC
static Section.SectionType
Section. USERDEFINED
Methods in jmri that return Section.SectionType Modifier and Type Method Description Section.SectionType
Section. getSectionType()
Get Section Type.static Section.SectionType
Section.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 void
Section. 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.SectionType
DefaultSection. getSectionType()
Get Section Type.Methods in jmri.implementation with parameters of type Section.SectionType Modifier and Type Method Description void
DefaultSection. setSectionType(Section.SectionType type)
Set Section Type.
-