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