Uses of Class
jmri.jmrit.logixng.actions.ProgramOnMain.LongOrShortAddress
-
Packages that use ProgramOnMain.LongOrShortAddress Package Description jmri.jmrit.logixng.actions -
-
Uses of ProgramOnMain.LongOrShortAddress in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ProgramOnMain.LongOrShortAddress Modifier and Type Method Description static ProgramOnMain.LongOrShortAddress
ProgramOnMain.LongOrShortAddress. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProgramOnMain.LongOrShortAddress[]
ProgramOnMain.LongOrShortAddress. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions that return types with arguments of type ProgramOnMain.LongOrShortAddress Modifier and Type Method Description LogixNG_SelectEnum<ProgramOnMain.LongOrShortAddress>
ProgramOnMain. getSelectLongOrShortAddress()
-