Uses of Enum
jmri.jmrit.MemoryContents.LoadOffsetFieldType
Packages that use MemoryContents.LoadOffsetFieldType
-
Uses of MemoryContents.LoadOffsetFieldType in jmri.jmrit
Methods in jmri.jmrit that return MemoryContents.LoadOffsetFieldTypeModifier and TypeMethodDescriptionMemoryContents.getCurrentAddressFormat()Returns the current addressing format setting.Returns the enum constant of this type with the specified name.static MemoryContents.LoadOffsetFieldType[]MemoryContents.LoadOffsetFieldType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit with parameters of type MemoryContents.LoadOffsetFieldTypeModifier and TypeMethodDescriptionvoidMemoryContents.setAddressFormat(MemoryContents.LoadOffsetFieldType addressingType) Configures the Addressing format used in the LOAD OFFSET field when writing to a .hex file using theMemoryContents.writeHex(java.io.Writer)method.