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