Uses of Class
jmri.jmrit.logixng.expressions.ExpressionClock.Type
-
Packages that use ExpressionClock.Type Package Description jmri.jmrit.logixng.expressions -
-
Uses of ExpressionClock.Type in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return ExpressionClock.Type Modifier and Type Method Description ExpressionClock.Type
ExpressionClock. getType()
static ExpressionClock.Type
ExpressionClock.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpressionClock.Type[]
ExpressionClock.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 ExpressionClock.Type Modifier and Type Method Description void
ExpressionClock. setType(ExpressionClock.Type type)
-