Uses of Class
jmri.jmrit.logixng.expressions.ExpressionSection.SectionState
-
Packages that use ExpressionSection.SectionState Package Description jmri.jmrit.logixng.expressions -
-
Uses of ExpressionSection.SectionState in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return ExpressionSection.SectionState Modifier and Type Method Description static ExpressionSection.SectionState
ExpressionSection.SectionState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpressionSection.SectionState[]
ExpressionSection.SectionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.expressions that return types with arguments of type ExpressionSection.SectionState Modifier and Type Method Description LogixNG_SelectEnum<ExpressionSection.SectionState>
ExpressionSection. getSelectEnum()
-