Uses of Class
jmri.jmrit.MemoryContents.LoadOffsetFieldType
-
Packages that use MemoryContents.LoadOffsetFieldType Package Description jmri.jmrit Various non-system-specific JMRI tools. -
-
Uses of MemoryContents.LoadOffsetFieldType in jmri.jmrit
Methods in jmri.jmrit that return MemoryContents.LoadOffsetFieldType Modifier and Type Method Description MemoryContents.LoadOffsetFieldTypeMemoryContents. getCurrentAddressFormat()Returns the current addressing format setting.static MemoryContents.LoadOffsetFieldTypeMemoryContents.LoadOffsetFieldType. valueOf(java.lang.String name)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.LoadOffsetFieldType Modifier and Type Method Description voidMemoryContents. 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.
-