Uses of Class
jmri.jmrit.logixng.expressions.TimeSinceMidnight.Type
-
Packages that use TimeSinceMidnight.Type Package Description jmri.jmrit.logixng.expressions -
-
Uses of TimeSinceMidnight.Type in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return TimeSinceMidnight.Type Modifier and Type Method Description TimeSinceMidnight.TypeTimeSinceMidnight. getType()static TimeSinceMidnight.TypeTimeSinceMidnight.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeSinceMidnight.Type[]TimeSinceMidnight.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.expressions with parameters of type TimeSinceMidnight.Type Modifier and Type Method Description voidTimeSinceMidnight. setType(TimeSinceMidnight.Type type)
-