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