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.SimpleStateExpressionSlotUsage. getSimpleState()static ExpressionSlotUsage.SimpleStateExpressionSlotUsage.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 voidExpressionSlotUsage. setSimpleState(ExpressionSlotUsage.SimpleState simpleState)
-