Uses of Class
jmri.jmrix.loconet.logixng.ExpressionSlotUsage.SimpleState
-
Packages that use ExpressionSlotUsage.SimpleState Package Description jmri.jmrix.loconet.logixng -
-
Uses of ExpressionSlotUsage.SimpleState in jmri.jmrix.loconet.logixng
Methods in jmri.jmrix.loconet.logixng that return ExpressionSlotUsage.SimpleState Modifier and Type Method Description ExpressionSlotUsage.SimpleState
ExpressionSlotUsage. getSimpleState()
static ExpressionSlotUsage.SimpleState
ExpressionSlotUsage.SimpleState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpressionSlotUsage.SimpleState[]
ExpressionSlotUsage.SimpleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.loconet.logixng with parameters of type ExpressionSlotUsage.SimpleState Modifier and Type Method Description void
ExpressionSlotUsage. setSimpleState(ExpressionSlotUsage.SimpleState simpleState)
-